Class Property

  • Direct Known Subclasses:
    Attribute, Link

    public class Property
    extends ModelElement
    Property describes an instance of an attribute or a link to a concept. These properties are private to a concept. The property description is shared amongst properties of the same name.
    • Method Detail

      • isOptional

        public boolean isOptional()
      • setOptional

        public void setOptional​(boolean optional)
      • isSingleton

        public boolean isSingleton()
      • setSingleton

        public void setSingleton​(boolean singleton)
      • getDataTypeId

        public String getDataTypeId()