Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static TimeUnitTypeType |
TimeUnitTypeType.getFromStringValue(String value) |
TimeUnitTypeType |
AccessTimeoutType.getUnit()
Returns the
unit element |
TimeUnitTypeType |
StatefulTimeoutType.getUnit()
Returns the
unit element |
static TimeUnitTypeType |
TimeUnitTypeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnitTypeType[] |
TimeUnitTypeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessTimeoutType<T> |
AccessTimeoutType.unit(TimeUnitTypeType unit)
Sets the
unit element |
StatefulTimeoutType<T> |
StatefulTimeoutType.unit(TimeUnitTypeType unit)
Sets the
unit element |
Copyright © 2021 JBoss by Red Hat. All rights reserved.