Class MetadataConstants


  • public final class MetadataConstants
    extends Object
    MetadataConstants are all the constant values used to identify all the valid values for a multi-value attribute. All assigned short values start with 1. Therefore, when the get...TypeName(type) method is called, the method needs to subtract 1 from the argument.
    • Constructor Detail

      • MetadataConstants

        public MetadataConstants()
    • Method Detail

      • getMatchTypeName

        public static final String getMatchTypeName​(short type)
      • getKeyTypeName

        public static final String getKeyTypeName​(short type)
      • getColumnSetTypeName

        public static final String getColumnSetTypeName​(short type)
      • getProcedureTypeName

        public static final String getProcedureTypeName​(short type)
      • getSqlTransformationTypeName

        public static final String getSqlTransformationTypeName​(short type)
      • getParameterTypeName

        public static final String getParameterTypeName​(short type)
      • getSearchTypeName

        public static final String getSearchTypeName​(short type)
      • getDataTypeTypeName

        public static final String getDataTypeTypeName​(short type)
      • getDataTypeVarietyName

        public static final String getDataTypeVarietyName​(short type)
      • getTableTypeName

        public static final String getTableTypeName​(short type)
      • getNullTypeName

        public static final String getNullTypeName​(short type)