| Modifier and Type | Field and Description |
|---|---|
protected ContainerMetadata.ContainerType |
ContainerMetadata.containerType
The type of container object
|
| Modifier and Type | Method and Description |
|---|---|
ContainerMetadata.ContainerType |
ContainerMetadata.getContainerType() |
static ContainerMetadata.ContainerType |
ContainerMetadata.ContainerType.typeOf(int value)
Returns the
ContainerMetadata.ContainerType that corresponds to the specified
integer value, or null if nothing corresponds. |
static ContainerMetadata.ContainerType |
ContainerMetadata.ContainerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerMetadata.ContainerType[] |
ContainerMetadata.ContainerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ContainerMetadata(Double containerDuration,
List<Image> containerImages,
ContainerMetadata.ContainerType containerType,
String title)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.