Enum SequenceType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<SequenceType>

    public enum SequenceType
    extends java.lang.Enum<SequenceType>
    • Enum Constant Detail

      • AGENCIES_SEQUENCE

        public static final SequenceType AGENCIES_SEQUENCE
        Agencies Collection
      • RULES_SEQUENCE

        public static final SequenceType RULES_SEQUENCE
        Rules Collection
      • INGEST_CONTRACT_SEQUENCE

        public static final SequenceType INGEST_CONTRACT_SEQUENCE
        Ingest contract collection
      • ACCESS_CONTRACT_SEQUENCE

        public static final SequenceType ACCESS_CONTRACT_SEQUENCE
        Access contract collection
      • MANAGEMENT_CONTRACT_SEQUENCE

        public static final SequenceType MANAGEMENT_CONTRACT_SEQUENCE
        Management contract collection
      • PROFILE_SEQUENCE

        public static final SequenceType PROFILE_SEQUENCE
        Profile collection
      • ARCHIVE_UNIT_PROFILE_SEQUENCE

        public static final SequenceType ARCHIVE_UNIT_PROFILE_SEQUENCE
        Archive Unit Profile collection
      • ONTOLOGY_SEQUENCE

        public static final SequenceType ONTOLOGY_SEQUENCE
        Ontology collection
      • CONTEXT_SEQUENCE

        public static final SequenceType CONTEXT_SEQUENCE
        Context collection
      • SECURITY_PROFILE_SEQUENCE

        public static final SequenceType SECURITY_PROFILE_SEQUENCE
        Security profile collection
      • FORMATS

        public static final SequenceType FORMATS
        Formats sequence type
      • ACCESSION_REGISTER_SYMBOLIC

        public static final SequenceType ACCESSION_REGISTER_SYMBOLIC
        Accession Register Symbolic sequence type
      • PRESERVATION_SCENARIO

        public static final SequenceType PRESERVATION_SCENARIO
      • ACCESSION_REGISTER_DETAIL

        public static final SequenceType ACCESSION_REGISTER_DETAIL
        Accession Register Detail sequence type
    • Field Detail

      • BACK_UP_SEQUENCE_PREFIX

        public static final java.lang.String BACK_UP_SEQUENCE_PREFIX
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static SequenceType[] 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 (SequenceType c : SequenceType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SequenceType 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
      • getName

        public java.lang.String getName()
        Getter for name;
      • getBackupSequenceName

        public java.lang.String getBackupSequenceName()
        Getter for name;