Class XmlInputHintSpecification
java.lang.Object
com.xebialabs.xlplatform.synthetic.xml.XmlElement
com.xebialabs.xlplatform.synthetic.xml.XmlInputHintSpecification
- All Implemented Interfaces:
InputHintSpecification
-
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> voidgetOptionalBoolean(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) List<com.xebialabs.deployit.plugin.api.reflect.InputHintValue>Methods inherited from class com.xebialabs.xlplatform.synthetic.xml.XmlElement
getElement
-
Constructor Details
-
XmlInputHintSpecification
-
-
Method Details
-
getValues
- Specified by:
getValuesin interfaceInputHintSpecification
-
getValidationRules
- Specified by:
getValidationRulesin interfaceInputHintSpecification
-
getPrompt
- Specified by:
getPromptin interfaceInputHintSpecification
-
getCopyFromProperty
- Specified by:
getCopyFromPropertyin interfaceInputHintSpecification
-
getReferencedType
- Specified by:
getReferencedTypein interfaceInputHintSpecification
-
getMethodRef
- Specified by:
getMethodRefin interfaceInputHintSpecification
-
getDynamicLookup
- Specified by:
getDynamicLookupin interfaceInputHintSpecification
-
getRequiredStringAttribute
-
getRequiredTypeAttribute
-
getOptionalTypeAttribute
-
getOptionalTypeAttribute
-
getOptionalType
-
getOptionalBooleanAttribute
-
getOptionalInteger
-
getOptionalBoolean
-
getOptionalStringAttribute
-
getOptionalString
-
getOptionalTextOfChild
-
childrenByName
-
childByName
-
forEach
-