|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XsdElementEnum | |
---|---|
org.jboss.shrinkwrap.descriptor.metadata | |
org.jboss.shrinkwrap.descriptor.metadata.filter |
Uses of XsdElementEnum in org.jboss.shrinkwrap.descriptor.metadata |
---|
Methods in org.jboss.shrinkwrap.descriptor.metadata with parameters of type XsdElementEnum | |
---|---|
static boolean |
MetadataUtil.hasChildOf(Element parentElement,
XsdElementEnum child)
Checks the existence of a w3c child element. |
static boolean |
MetadataUtil.hasChildsOf(Element parentElement,
XsdElementEnum child)
Checks the existence of a w3c child element. |
static boolean |
MetadataUtil.hasParentOf(Element parentElement,
XsdElementEnum parentEnum)
Checks for the first parent node occurrence of the a w3c parentEnum element. |
Uses of XsdElementEnum in org.jboss.shrinkwrap.descriptor.metadata.filter |
---|
Methods in org.jboss.shrinkwrap.descriptor.metadata.filter that return XsdElementEnum | |
---|---|
static XsdElementEnum |
XsdElementEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XsdElementEnum[] |
XsdElementEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |