Interface BaseTypeSpecification
- All Known Subinterfaces:
TypeModificationSpecification,TypeSpecification
- All Known Implementing Classes:
JsonTypeSpecification,XmlBaseTypeSpecification,XmlTypeModificationSpecification,XmlTypeSpecification
public interface BaseTypeSpecification
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getTypeName
TypeName getTypeName() -
getVirtual
-
getProperties
List<PropertySpecification> getProperties() -
getMethods
List<MethodSpecification> getMethods() -
getVersioned
-
getValidationRules
List<ValidationRuleSpecification> getValidationRules() -
getVerifications
-
getControlTasks
List<MethodSpecification> getControlTasks()
-