Uses of Enum Class
org.jboss.stm.Container.MODEL
Packages that use Container.MODEL
-
Uses of Container.MODEL in org.jboss.stm
Methods in org.jboss.stm that return Container.MODELModifier and TypeMethodDescriptionfinal Container.MODEL
Container.model()
static Container.MODEL
Returns the enum constant of this class with the specified name.static Container.MODEL[]
Container.MODEL.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jboss.stm with parameters of type Container.MODELModifierConstructorDescriptionContainer
(String name, Container.TYPE type, Container.MODEL model) Create a named container.Container
(Container.TYPE type, Container.MODEL model) Create a container (system assigned name) of the specified type and model.