Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
EnumType |
Basic.getEnumerated()
Returns the
enumerated element |
EnumType |
ElementCollection.getEnumerated()
Returns the
enumerated element |
static EnumType |
EnumType.getFromStringValue(String value) |
EnumType |
OneToMany.getMapKeyEnumerated()
Returns the
map-key-enumerated element |
EnumType |
ManyToMany.getMapKeyEnumerated()
Returns the
map-key-enumerated element |
EnumType |
ElementCollection.getMapKeyEnumerated()
Returns the
map-key-enumerated element |
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 |
ElementCollection<T> |
ElementCollection.enumerated(EnumType enumerated)
Sets the
enumerated element |
OneToMany<T> |
OneToMany.mapKeyEnumerated(EnumType mapKeyEnumerated)
Sets the
map-key-enumerated element |
ManyToMany<T> |
ManyToMany.mapKeyEnumerated(EnumType mapKeyEnumerated)
Sets the
map-key-enumerated element |
ElementCollection<T> |
ElementCollection.mapKeyEnumerated(EnumType mapKeyEnumerated)
Sets the
map-key-enumerated element |
Copyright © 2020 JBoss by Red Hat. All rights reserved.