WSConfigAttributeMetaData
WSConfigAttributeMetaData contains attribute-specific meta data as follows.
- String name; The name of the attribute
- String acliName The ACLI name for the attribute
- AttributeValueTypeInfo valueTypeInfo; The type information of attribute.
- String delimiter; null if the value of this attribute is not delimited string.
- boolean isRequired; true, if this attribute is a required to configure the parent element
- String defaultValue; The default value
- String referred_Element_Type_Name;: If this attribute is referring to another element, that element’s type name.
- List<String> suggested_Values;: A list of suggested values for this attribute.
- List<WSNumericRange> valid_Numeric_Range; The valid range of numeric values for this attribute. Applicable only if valueTypeInfo is NUMERIC
- List<String> enumerated_values; A list of valid enumeration for this attribute