edu.uiuc.ndiipp.hubandspoke.profile
Enum METSProfile.PREMISEventType
java.lang.Object
java.lang.Enum<METSProfile.PREMISEventType>
edu.uiuc.ndiipp.hubandspoke.profile.METSProfile.PREMISEventType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<METSProfile.PREMISEventType>
- Enclosing class:
- METSProfile
public static enum METSProfile.PREMISEventType
- extends java.lang.Enum<METSProfile.PREMISEventType>
| Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ADDITION
public static final METSProfile.PREMISEventType ADDITION
CALCULATION
public static final METSProfile.PREMISEventType CALCULATION
CAPTURE
public static final METSProfile.PREMISEventType CAPTURE
COMPRESSION
public static final METSProfile.PREMISEventType COMPRESSION
DEACCESSION
public static final METSProfile.PREMISEventType DEACCESSION
DECOMPRESSION
public static final METSProfile.PREMISEventType DECOMPRESSION
DECRYPTION
public static final METSProfile.PREMISEventType DECRYPTION
DELETION
public static final METSProfile.PREMISEventType DELETION
DIGITAL_SIGNATURE_VALIDATION
public static final METSProfile.PREMISEventType DIGITAL_SIGNATURE_VALIDATION
DISSEMINATION
public static final METSProfile.PREMISEventType DISSEMINATION
FIXITY_CHECK
public static final METSProfile.PREMISEventType FIXITY_CHECK
INGESTION
public static final METSProfile.PREMISEventType INGESTION
MESSAGE_DIGEST
public static final METSProfile.PREMISEventType MESSAGE_DIGEST
METADATA_CREATION
public static final METSProfile.PREMISEventType METADATA_CREATION
METADATA_DELETION
public static final METSProfile.PREMISEventType METADATA_DELETION
METADATA_MODIFICATION
public static final METSProfile.PREMISEventType METADATA_MODIFICATION
METADATA_TRANSFORMATION
public static final METSProfile.PREMISEventType METADATA_TRANSFORMATION
MIGRATION
public static final METSProfile.PREMISEventType MIGRATION
NORMALIZATION
public static final METSProfile.PREMISEventType NORMALIZATION
REPLICATION
public static final METSProfile.PREMISEventType REPLICATION
STRUCTMAP_CREATION
public static final METSProfile.PREMISEventType STRUCTMAP_CREATION
STRUCTMAP_DELETION
public static final METSProfile.PREMISEventType STRUCTMAP_DELETION
STRUCTMAP_MODIFICATION
public static final METSProfile.PREMISEventType STRUCTMAP_MODIFICATION
STRUCTMAP_TRANSFORMATION
public static final METSProfile.PREMISEventType STRUCTMAP_TRANSFORMATION
VALIDATION
public static final METSProfile.PREMISEventType VALIDATION
VIRUS_CHECK
public static final METSProfile.PREMISEventType VIRUS_CHECK
values
public static METSProfile.PREMISEventType[] 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 (METSProfile.PREMISEventType c : METSProfile.PREMISEventType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static METSProfile.PREMISEventType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
Copyright © 2006, University of Illinois.