Class DefaultObjectType

    • Constructor Detail

      • DefaultObjectType

        public DefaultObjectType​(java.lang.String code)
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Description copied from interface: ObjectType
        The code of the object type.
        Specified by:
        getCode in interface ObjectType
      • setSubtypes

        public void setSubtypes​(java.util.Set<? extends ObjectType> types)
      • addToSupertypesInternal

        protected void addToSupertypesInternal​(ObjectType type)
      • addToSubtypesInternal

        protected void addToSubtypesInternal​(ObjectType type)
      • removeFromSubtypesInternal

        protected void removeFromSubtypesInternal​(ObjectType type)
      • setSupertypes

        public void setSupertypes​(java.util.Set<? extends ObjectType> types)
      • removeFromSupertypesInternal

        protected void removeFromSupertypesInternal​(ObjectType type)
      • setDeclaredPropertyDescriptors

        public void setDeclaredPropertyDescriptors​(java.util.Set<PropertyDescriptor> propertyDescriptors)
      • setRedeclaredPropertyDescriptors

        public void setRedeclaredPropertyDescriptors​(java.util.Set<PropertyDescriptor> propertyDescriptors)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object