Class ClassificationType

    • Constructor Detail

      • ClassificationType

        public ClassificationType​(java.lang.String code)
    • 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
      • getName

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

        public java.lang.String getName​(java.lang.String languageIsoCode)
        Description copied from interface: ObjectType
        Returns type name according to given language
        Specified by:
        getName 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