Enum-Klasse ContentType

java.lang.Object
java.lang.Enum<ContentType>
ch.nolix.systemapi.objectdataapi.fieldproperty.ContentType
Alle implementierten Schnittstellen:
Serializable, Comparable<ContentType>, Constable

public enum ContentType extends Enum<ContentType>
  • Enum-Konstanten - Details

    • VALUE

      public static final ContentType VALUE
    • OPTIONAL_VALUE

      public static final ContentType OPTIONAL_VALUE
    • MULTI_VALUE

      public static final ContentType MULTI_VALUE
    • REFERENCE

      public static final ContentType REFERENCE
    • OPTIONAL_REFERENCE

      public static final ContentType OPTIONAL_REFERENCE
    • MULTI_REFERENCE

      public static final ContentType MULTI_REFERENCE
    • BACK_REFERENCE

      public static final ContentType BACK_REFERENCE
    • OPTIONAL_BACK_REFERENCE

      public static final ContentType OPTIONAL_BACK_REFERENCE
    • MULTI_BACK_REFERENCE

      public static final ContentType MULTI_BACK_REFERENCE
  • Methodendetails

    • values

      public static ContentType[] values()
      Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
      Gibt zurück:
      ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
    • valueOf

      public static ContentType valueOf(String name)
      Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)
      Parameter:
      name - Name der zurückzugebenden Enumerationskonstante.
      Gibt zurück:
      Enumerationskonstante mit dem angegebenen Namen
      Löst aus:
      IllegalArgumentException - wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthält
      NullPointerException - wenn das Argument nicht angegeben wird
    • fromSpecification

      public static ContentType fromSpecification(INode<?> specification)
    • getBaseType

      public BaseContentType getBaseType()
    • getCardinality

      public Cardinality getCardinality()