Class XmlBaseTypeSpecification
- java.lang.Object
-
- com.xebialabs.xlplatform.synthetic.xml.XmlElement
-
- com.xebialabs.xlplatform.synthetic.xml.XmlBaseTypeSpecification
-
- All Implemented Interfaces:
BaseTypeSpecification
- Direct Known Subclasses:
XmlTypeModificationSpecification,XmlTypeSpecification
public class XmlBaseTypeSpecification extends XmlElement implements BaseTypeSpecification
-
-
Field Summary
-
Fields inherited from class com.xebialabs.xlplatform.synthetic.xml.XmlElement
element
-
-
Constructor Summary
Constructors Constructor Description XmlBaseTypeSpecification(org.w3c.dom.Element element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MethodSpecification>getControlTasks()java.util.List<MethodSpecification>getMethods()java.util.List<PropertySpecification>getProperties()com.xebialabs.deployit.plugin.api.reflect.TypegetType()java.util.List<ValidationRuleSpecification>getValidators()java.util.List<java.lang.String>getVerifications()java.util.Optional<java.lang.Boolean>getVersioned()java.util.Optional<java.lang.Boolean>getVirtual()-
Methods inherited from class com.xebialabs.xlplatform.synthetic.xml.XmlElement
getElement
-
-
-
-
Method Detail
-
getType
public com.xebialabs.deployit.plugin.api.reflect.Type getType()
- Specified by:
getTypein interfaceBaseTypeSpecification
-
getVirtual
public java.util.Optional<java.lang.Boolean> getVirtual()
- Specified by:
getVirtualin interfaceBaseTypeSpecification
-
getProperties
public java.util.List<PropertySpecification> getProperties()
- Specified by:
getPropertiesin interfaceBaseTypeSpecification
-
getMethods
public java.util.List<MethodSpecification> getMethods()
- Specified by:
getMethodsin interfaceBaseTypeSpecification
-
getVersioned
public java.util.Optional<java.lang.Boolean> getVersioned()
- Specified by:
getVersionedin interfaceBaseTypeSpecification
-
getValidators
public java.util.List<ValidationRuleSpecification> getValidators()
- Specified by:
getValidatorsin interfaceBaseTypeSpecification
-
getVerifications
public java.util.List<java.lang.String> getVerifications()
- Specified by:
getVerificationsin interfaceBaseTypeSpecification
-
getControlTasks
public java.util.List<MethodSpecification> getControlTasks()
- Specified by:
getControlTasksin interfaceBaseTypeSpecification
-
-