Class TypeDescription_impl

    • Field Detail

      • EMPTY_ALLOWED_VALUE_ARRAY

        private static final AllowedValue[] EMPTY_ALLOWED_VALUE_ARRAY
      • mName

        private java.lang.String mName
        Name of this Type.
      • mDescription

        private java.lang.String mDescription
        Verbose description of this Type.
      • mSupertypeName

        private java.lang.String mSupertypeName
        Name of the Type from which this Type inherits.
      • mFeatures

        private FeatureDescription[] mFeatures
        Descriptions of all Features defined on this Type.
      • mAllowedValues

        private AllowedValue[] mAllowedValues
        Allowed Values for an Enumerated type.
      • XMLIZATION_INFO

        private static final XmlizationInfo XMLIZATION_INFO
    • Constructor Detail

      • TypeDescription_impl

        public TypeDescription_impl()
        Creates a new TypeDescription_impl with null field values.
      • TypeDescription_impl

        public TypeDescription_impl​(java.lang.String aName,
                                    java.lang.String aDescription,
                                    java.lang.String aSupertypeName)
        Creates a new TypeDescription_impl with the specified field values.
        Parameters:
        aName - name of the Type
        aDescription - -
        aSupertypeName - name of the type's supertype