Package | Description |
---|---|
com.ibm.ctg.client |
Provides base classes for developing Java client applications.
|
Modifier and Type | Method and Description |
---|---|
Container.ContainerType |
Container.getType()
Gets the
ContainerType of the container. |
static Container.ContainerType |
Container.ContainerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Container.ContainerType[] |
Container.ContainerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|