org.jvnet.annox.util
Class AnnotationElementUtils
java.lang.Object
org.jvnet.annox.util.AnnotationElementUtils
public class AnnotationElementUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFieldValue
public static String getFieldValue(Element annotationElement,
String name)
getFieldElement
public static Element getFieldElement(Element annotationElement,
String name)
getFieldValues
public static String[] getFieldValues(Element annotationElement,
String name)
getFieldElements
public static Element[] getFieldElements(Element annotationElement,
String name)
Copyright © 2006-2012 Highsource. All Rights Reserved.