Class AbstractExtendedType

  • All Implemented Interfaces:
    ExtendedType, ObjectType

    public abstract class AbstractExtendedType
    extends java.lang.Object
    implements ExtendedType
    An abstract class that implements a few methods you may not want to code when creating a new extended type.
    • Constructor Detail

      • AbstractExtendedType

        public AbstractExtendedType()
    • Method Detail

      • isAbstract

        public boolean isAbstract()
        Description copied from interface: ObjectType
        Returns true if this type is not suitable for creating instances.
        Specified by:
        isAbstract in interface ObjectType
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: ObjectType
        Returns type description according to current session language
        Specified by:
        getDescription in interface ObjectType
      • getDescription

        public java.lang.String getDescription​(java.lang.String languageIsoCode)
        Description copied from interface: ObjectType
        Returns type description according to given language
        Specified by:
        getDescription in interface ObjectType