Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
EnumType |
Basic.getEnumerated()
Returns the
enumerated element |
static EnumType |
EnumType.getFromStringValue(String value) |
static EnumType |
EnumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumType[] |
EnumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Basic<T> |
Basic.enumerated(EnumType enumerated)
Sets the
enumerated element |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.