Uses of Class
org.jboss.shrinkwrap.descriptor.api.ejbjar31.TimeUnitTypeType

Packages that use TimeUnitTypeType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

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(String value)
           
 TimeUnitTypeType StatefulTimeoutType.getUnit()
          Returns the unit element
 TimeUnitTypeType AccessTimeoutType.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.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 with parameters of type TimeUnitTypeType
 StatefulTimeoutType<T> StatefulTimeoutType.unit(TimeUnitTypeType unit)
          Sets the unit element
 AccessTimeoutType<T> AccessTimeoutType.unit(TimeUnitTypeType unit)
          Sets the unit element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.