|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeUnitTypeType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
Uses of TimeUnitTypeType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return TimeUnitTypeType | |
---|---|
static TimeUnitTypeType |
TimeUnitTypeType.getFromStringValue(java.lang.String value)
|
TimeUnitTypeType |
AccessTimeoutType.getUnit()
Returns the unit element |
TimeUnitTypeType |
StatefulTimeoutType.getUnit()
Returns the unit element |
static TimeUnitTypeType |
TimeUnitTypeType.valueOf(java.lang.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. |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 with parameters of type TimeUnitTypeType | |
---|---|
AccessTimeoutType<T> |
AccessTimeoutType.setUnit(TimeUnitTypeType unit)
If not already created, a new unit element with the given value will be created. |
StatefulTimeoutType<T> |
StatefulTimeoutType.setUnit(TimeUnitTypeType unit)
If not already created, a new unit element with the given value will be created. |
Uses of TimeUnitTypeType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return TimeUnitTypeType | |
---|---|
TimeUnitTypeType |
AccessTimeoutTypeImpl.getUnit()
Returns the unit element |
TimeUnitTypeType |
StatefulTimeoutTypeImpl.getUnit()
Returns the unit element |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 with parameters of type TimeUnitTypeType | |
---|---|
AccessTimeoutType<T> |
AccessTimeoutTypeImpl.setUnit(TimeUnitTypeType unit)
If not already created, a new unit element with the given value will be created. |
StatefulTimeoutType<T> |
StatefulTimeoutTypeImpl.setUnit(TimeUnitTypeType unit)
If not already created, a new unit element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |