Interface XMLElementType<T>

Type Parameters:
T - Type of the parameter value
All Superinterfaces:
ElementType<T>, ModelItemType, PluginAware
All Known Subinterfaces:
XSLElementType<T>
All Known Implementing Classes:
BooleanXMLElementType, BooleanXSLElementType, DateTimeXMLElementType, DateXMLElementType, DoubleXMLElementType, DoubleXSLElementType, LongXMLElementType, LongXSLElementType, PasswordXMLElementType, StringXMLElementType, StringXSLElementType

public interface XMLElementType<T> extends ElementType<T>
Interfaces for XML parameter types
  • Method Details