Class XmlMethodSpecification
java.lang.Object
com.xebialabs.xlplatform.synthetic.xml.XmlElement
com.xebialabs.xlplatform.synthetic.xml.XmlMethodSpecification
- All Implemented Interfaces:
MethodSpecification
-
Field Summary
Fields inherited from class com.xebialabs.xlplatform.synthetic.xml.XmlElement
element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildByName(Element element, Predicate<String> matcher) childrenByName(Element element, Predicate<String> matcher) default <E> voidgetLabel()getName()getOptionalBoolean(Element element, String attributeName) default booleangetOptionalBooleanAttribute(Element element, String attributeName, boolean defaultValue) getOptionalInteger(Element element, String attributeName) getOptionalString(Element element, String attributeName) default StringgetOptionalStringAttribute(Element element, String attributeName, String defaultValue) getOptionalTextOfChild(Element element, String childElementName) getOptionalType(Element element, String attributeName) default TypeNamegetOptionalTypeAttribute(Element element, String attributeName) default TypeNamegetOptionalTypeAttribute(Element element, String attributeName, TypeName defaultValue) default StringgetRequiredStringAttribute(Element element, String attributeName) default TypeNamegetRequiredTypeAttribute(Element element, String attributeName) Methods inherited from class com.xebialabs.xlplatform.synthetic.xml.XmlElement
getElement
-
Constructor Details
-
XmlMethodSpecification
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceMethodSpecification
-
getParameters
- Specified by:
getParametersin interfaceMethodSpecification
-
getLabel
- Specified by:
getLabelin interfaceMethodSpecification
-
getDescription
- Specified by:
getDescriptionin interfaceMethodSpecification
-
getDelegate
- Specified by:
getDelegatein interfaceMethodSpecification
-
getParameterType
- Specified by:
getParameterTypein interfaceMethodSpecification
-
getAttributes
- Specified by:
getAttributesin interfaceMethodSpecification
-
getRequiredStringAttribute
-
getRequiredTypeAttribute
-
getOptionalTypeAttribute
-
getOptionalTypeAttribute
-
getOptionalType
-
getOptionalBooleanAttribute
-
getOptionalInteger
-
getOptionalBoolean
-
getOptionalStringAttribute
-
getOptionalString
-
getOptionalTextOfChild
-
childrenByName
-
childByName
-
forEach
-