Interface PropertySpecification
- All Known Implementing Classes:
JsonPropertySpecification,XmlPropertySpecification
public interface PropertySpecification
-
Method Details
-
getName
String getName() -
getKind
-
getCategory
-
getLabel
-
getDescription
-
getRequired
-
getPassword
-
getAsContainment
-
getNested
-
getSize
-
getDefault
-
getHidden
-
getInspectionProperty
-
getAliases
-
getTransient
-
getCandidateValuesFilter
-
getReadOnly
-
getEnumClass
-
getEnumValues
-
getReferencedType
-
getValidationRules
List<ValidationRuleSpecification> getValidationRules() -
getInputHints
List<InputHintSpecification> getInputHints()
-