Enum Class ImportTypes

java.lang.Object
java.lang.Enum<ImportTypes>
ch.ethz.sis.openbis.generic.excel.v3.from.enums.ImportTypes
All Implemented Interfaces:
Serializable, Comparable<ImportTypes>, Constable

public enum ImportTypes extends Enum<ImportTypes>
  • Enum Constant Details

    • VOCABULARY_TYPE

      public static final ImportTypes VOCABULARY_TYPE
    • VOCABULARY_TERM

      public static final ImportTypes VOCABULARY_TERM
    • SAMPLE_TYPE

      public static final ImportTypes SAMPLE_TYPE
    • EXPERIMENT_TYPE

      public static final ImportTypes EXPERIMENT_TYPE
    • DATASET_TYPE

      public static final ImportTypes DATASET_TYPE
    • PROPERTY_TYPE

      public static final ImportTypes PROPERTY_TYPE
    • SPACE

      public static final ImportTypes SPACE
    • PROJECT

      public static final ImportTypes PROJECT
    • EXPERIMENT

      public static final ImportTypes EXPERIMENT
    • SAMPLE

      public static final ImportTypes SAMPLE
    • SCRIPT

      public static final ImportTypes SCRIPT
    • SEMANTIC_ANNOTATION

      public static final ImportTypes SEMANTIC_ANNOTATION
  • Method Details

    • values

      public static ImportTypes[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ImportTypes valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getType

      public String getType()
    • isMetadata

      public boolean isMetadata()