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 |
---|---|
static InheritanceType |
InheritanceType.getFromStringValue(String value) |
InheritanceType |
Inheritance.getStrategy()
Returns the
strategy attribute |
static InheritanceType |
InheritanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InheritanceType[] |
InheritanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Inheritance<T> |
Inheritance.strategy(InheritanceType strategy)
Sets the
strategy attribute |
Copyright © 2017 JBoss by Red Hat. All rights reserved.