Enum Class Many2.Many2RuntimePropertyEnum

java.lang.Object
java.lang.Enum<Many2.Many2RuntimePropertyEnum>
org.umlg.qualifiertest.Many2.Many2RuntimePropertyEnum
All Implemented Interfaces:
Serializable, Comparable<Many2.Many2RuntimePropertyEnum>, java.lang.constant.Constable, org.umlg.runtime.collection.UmlgRuntimeProperty
Enclosing class:
Many2

public static enum Many2.Many2RuntimePropertyEnum extends Enum<Many2.Many2RuntimePropertyEnum> implements org.umlg.runtime.collection.UmlgRuntimeProperty
  • Enum Constant Details

  • Method Details

    • values

      public static Many2.Many2RuntimePropertyEnum[] 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 Many2.Many2RuntimePropertyEnum 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
    • asJson

      public static String asJson()
    • fromInverseQualifiedName

      public static Many2.Many2RuntimePropertyEnum fromInverseQualifiedName(String inverseQualifiedName)
    • fromLabel

      public static Many2.Many2RuntimePropertyEnum fromLabel(String _label)
    • fromQualifiedName

      public static Many2.Many2RuntimePropertyEnum fromQualifiedName(String qualifiedName)
    • getAssociationClassPropertyName

      public String getAssociationClassPropertyName()
      Specified by:
      getAssociationClassPropertyName in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • getDataTypeEnum

      public org.umlg.runtime.domain.DataTypeEnum getDataTypeEnum()
      Specified by:
      getDataTypeEnum in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • getInverseAssociationClassPropertyName

      public String getInverseAssociationClassPropertyName()
    • getInverseName

      public String getInverseName()
    • getInverseQualifiedName

      public String getInverseQualifiedName()
      Specified by:
      getInverseQualifiedName in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • getInverseUpper

      public int getInverseUpper()
      Specified by:
      getInverseUpper in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • getJson

      public String getJson()
    • getLabel

      public String getLabel()
      Specified by:
      getLabel in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • getLower

      public int getLower()
      Specified by:
      getLower in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • getPersistentName

      public String getPersistentName()
      Specified by:
      getPersistentName in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • getPropertyType

      public Class getPropertyType()
      Specified by:
      getPropertyType in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • getQualifiedName

      public String getQualifiedName()
      Specified by:
      getQualifiedName in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • getReadOnly

      public Boolean getReadOnly()
    • getUpper

      public int getUpper()
      Specified by:
      getUpper in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • getValidations

      public List<org.umlg.runtime.validation.UmlgValidation> getValidations()
    • isAssociationClassOne

      public boolean isAssociationClassOne()
    • isAssociationClassProperty

      public boolean isAssociationClassProperty()
      Specified by:
      isAssociationClassProperty in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isChangeListener

      public boolean isChangeListener()
      Specified by:
      isChangeListener in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isComposite

      public boolean isComposite()
      Specified by:
      isComposite in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isControllingSide

      public boolean isControllingSide()
      Specified by:
      isControllingSide in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isDerived

      public boolean isDerived()
    • isInverseComposite

      public boolean isInverseComposite()
      Specified by:
      isInverseComposite in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isInverseOrdered

      public boolean isInverseOrdered()
      Specified by:
      isInverseOrdered in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isInverseQualified

      public boolean isInverseQualified()
      Specified by:
      isInverseQualified in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isInverseUnique

      public boolean isInverseUnique()
      Specified by:
      isInverseUnique in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isManyEnumeration

      public boolean isManyEnumeration()
      Specified by:
      isManyEnumeration in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isManyPrimitive

      public boolean isManyPrimitive()
      Specified by:
      isManyPrimitive in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isManyToMany

      public boolean isManyToMany()
      Specified by:
      isManyToMany in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isManyToOne

      public boolean isManyToOne()
      Specified by:
      isManyToOne in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isMemberEndOfAssociationClass

      public boolean isMemberEndOfAssociationClass()
    • isNavigability

      public boolean isNavigability()
    • isOneEnumeration

      public boolean isOneEnumeration()
      Specified by:
      isOneEnumeration in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isOnePrimitive

      public boolean isOnePrimitive()
      Specified by:
      isOnePrimitive in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isOnePrimitivePropertyOfAssociationClass

      public boolean isOnePrimitivePropertyOfAssociationClass()
      Specified by:
      isOnePrimitivePropertyOfAssociationClass in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isOneToMany

      public boolean isOneToMany()
      Specified by:
      isOneToMany in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isOneToOne

      public boolean isOneToOne()
      Specified by:
      isOneToOne in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isOrdered

      public boolean isOrdered()
      Specified by:
      isOrdered in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isQualified

      public boolean isQualified()
      Specified by:
      isQualified in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isUnique

      public boolean isUnique()
      Specified by:
      isUnique in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • isValid

      public boolean isValid(int elementCount)
      Specified by:
      isValid in interface org.umlg.runtime.collection.UmlgRuntimeProperty
    • toJson

      public String toJson()
      Specified by:
      toJson in interface org.umlg.runtime.collection.UmlgRuntimeProperty