org.jvnet.annox.util
Class AnnotationElementUtils

java.lang.Object
  extended by org.jvnet.annox.util.AnnotationElementUtils

public class AnnotationElementUtils
extends Object


Method Summary
static Element getFieldElement(Element annotationElement, String name)
           
static Element[] getFieldElements(Element annotationElement, String name)
           
static String getFieldValue(Element annotationElement, String name)
           
static String[] getFieldValues(Element annotationElement, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-2011 Highsource. All Rights Reserved.