public enum UnitType extends Enum<UnitType>
| Modifier and Type | Method and Description |
|---|---|
static UnitType |
typeFromKey(UL key) |
static UnitType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnitType Unknown
public static final UnitType HeaderClosedCompletePartitionPack
public static final UnitType HeaderClosedIncompletePartitionPack
public static final UnitType HeaderOpenCompletePartitionPack
public static final UnitType HeaderOpenIncompletePartitionPack
public static final UnitType BodyClosedCompletePartitionPack
public static final UnitType BodyClosedIncompletePartitionPack
public static final UnitType BodyOpenCompletePartitionPack
public static final UnitType BodyOpenIncompletePartitionPack
public static final UnitType FooterClosedCompletePartitionPack
public static final UnitType FooterClosedIncompletePartitionPack
public static final UnitType HeaderMetadata
public static final UnitType IndexTableSegment
public static final UnitType GenericContainerEssenceElement
public static final UnitType GenericContainerSystemItem
public static final UnitType GenericContainerPicture
public static final UnitType GenericContainerSound
public static final UnitType GenericContainerData
public static final UnitType GenericContainerCompound
public static final UnitType ContentPackageEssenceElement
public static final UnitType ContentPackageSystemItem
public static final UnitType ContentPackagePicture
public static final UnitType ContentPackageSound
public static final UnitType ContentPackageData
public static final UnitType RandomIndexPack
public static UnitType[] values()
for (UnitType c : UnitType.values()) System.out.println(c);
public static UnitType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.