Package | Description |
---|---|
imaging |
Modifier and Type | Field and Description |
---|---|
MetaImageHeader.ObjectType |
MetaImageHeader.objectType
ObjectType, which for us is always Image.
|
Modifier and Type | Method and Description |
---|---|
static MetaImageHeader.ObjectType |
MetaImageHeader.ObjectType.getObjectType(java.lang.String s) |
static MetaImageHeader.ObjectType |
MetaImageHeader.ObjectType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetaImageHeader.ObjectType[] |
MetaImageHeader.ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|