public static enum PartitionPack.PartitionPackType extends java.lang.Enum<PartitionPack.PartitionPackType>
Enum Constant and Description |
---|
BodyPartitionPack |
FooterPartitionPack |
HeaderPartitionPack |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getPartitionPackTypeKey()
Accessor for the PartitionTypeKey
|
static PartitionPack.PartitionPackType |
getPartitionPackTypeKey(java.lang.Integer partitionTypeKey)
Given a key this method returns the corresponding PartitionPackType
|
java.lang.String |
getPartitionTypeString()
Accessor for the PartitionTypeString
|
static PartitionPack.PartitionPackType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartitionPack.PartitionPackType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartitionPack.PartitionPackType HeaderPartitionPack
public static final PartitionPack.PartitionPackType BodyPartitionPack
public static final PartitionPack.PartitionPackType FooterPartitionPack
public static PartitionPack.PartitionPackType[] values()
for (PartitionPack.PartitionPackType c : PartitionPack.PartitionPackType.values()) System.out.println(c);
public static PartitionPack.PartitionPackType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getPartitionTypeString()
public java.lang.Integer getPartitionPackTypeKey()
public static PartitionPack.PartitionPackType getPartitionPackTypeKey(java.lang.Integer partitionTypeKey) throws MXFException
partitionTypeKey
- the key corresponding to this Partition PackMXFException
- if an invalid PartitionTypeKey was passed in.