com.github.stephenc.javaisotools.udflib
Enum SabreUDFElement.UDFElementType

java.lang.Object
  extended by java.lang.Enum<SabreUDFElement.UDFElementType>
      extended by com.github.stephenc.javaisotools.udflib.SabreUDFElement.UDFElementType
All Implemented Interfaces:
Serializable, Comparable<SabreUDFElement.UDFElementType>
Enclosing class:
SabreUDFElement

public static enum SabreUDFElement.UDFElementType
extends Enum<SabreUDFElement.UDFElementType>


Enum Constant Summary
AnchorVolumeDescriptorPointer
           
DescriptorTag
           
EmptyArea
           
FileEntry
           
FileSetDescriptor
           
ImplementationUseVolumeDescriptor
           
LogicalVolumeDescriptor
           
LogicalVolumeIntegrityDescriptor
           
MetadataFile
           
PartitionDescriptor
           
PrimaryVolumeDescriptor
           
RawFileData
           
ReservedArea
           
TerminatingDescriptor
           
UnallocatedSpaceDescriptor
           
VolumeRecognitionSequence
           
 
Method Summary
static SabreUDFElement.UDFElementType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SabreUDFElement.UDFElementType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EmptyArea

public static final SabreUDFElement.UDFElementType EmptyArea

ReservedArea

public static final SabreUDFElement.UDFElementType ReservedArea

VolumeRecognitionSequence

public static final SabreUDFElement.UDFElementType VolumeRecognitionSequence

AnchorVolumeDescriptorPointer

public static final SabreUDFElement.UDFElementType AnchorVolumeDescriptorPointer

PrimaryVolumeDescriptor

public static final SabreUDFElement.UDFElementType PrimaryVolumeDescriptor

LogicalVolumeDescriptor

public static final SabreUDFElement.UDFElementType LogicalVolumeDescriptor

PartitionDescriptor

public static final SabreUDFElement.UDFElementType PartitionDescriptor

ImplementationUseVolumeDescriptor

public static final SabreUDFElement.UDFElementType ImplementationUseVolumeDescriptor

UnallocatedSpaceDescriptor

public static final SabreUDFElement.UDFElementType UnallocatedSpaceDescriptor

TerminatingDescriptor

public static final SabreUDFElement.UDFElementType TerminatingDescriptor

FileSetDescriptor

public static final SabreUDFElement.UDFElementType FileSetDescriptor

LogicalVolumeIntegrityDescriptor

public static final SabreUDFElement.UDFElementType LogicalVolumeIntegrityDescriptor

FileEntry

public static final SabreUDFElement.UDFElementType FileEntry

RawFileData

public static final SabreUDFElement.UDFElementType RawFileData

MetadataFile

public static final SabreUDFElement.UDFElementType MetadataFile

DescriptorTag

public static final SabreUDFElement.UDFElementType DescriptorTag
Method Detail

values

public static SabreUDFElement.UDFElementType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SabreUDFElement.UDFElementType c : SabreUDFElement.UDFElementType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SabreUDFElement.UDFElementType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2013. All Rights Reserved.