Uses of Interface
net.opengis.eml.x002.AbstractPatternType.SelectFunctions
-
Packages that use AbstractPatternType.SelectFunctions Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of AbstractPatternType.SelectFunctions in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return AbstractPatternType.SelectFunctions Modifier and Type Method Description AbstractPatternType.SelectFunctionsAbstractPatternType. addNewSelectFunctions()Appends and returns a new empty "SelectFunctions" elementAbstractPatternType.SelectFunctionsAbstractPatternType. getSelectFunctions()Gets the "SelectFunctions" elementstatic AbstractPatternType.SelectFunctionsAbstractPatternType.SelectFunctions.Factory. newInstance()static AbstractPatternType.SelectFunctionsAbstractPatternType.SelectFunctions.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type AbstractPatternType.SelectFunctions Modifier and Type Method Description voidAbstractPatternType. setSelectFunctions(AbstractPatternType.SelectFunctions selectFunctions)Sets the "SelectFunctions" element -
Uses of AbstractPatternType.SelectFunctions in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement AbstractPatternType.SelectFunctions Modifier and Type Class Description static classAbstractPatternTypeImpl.SelectFunctionsImplAn XML SelectFunctions(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return AbstractPatternType.SelectFunctions Modifier and Type Method Description AbstractPatternType.SelectFunctionsAbstractPatternTypeImpl. addNewSelectFunctions()Appends and returns a new empty "SelectFunctions" elementAbstractPatternType.SelectFunctionsAbstractPatternTypeImpl. getSelectFunctions()Gets the "SelectFunctions" elementMethods in net.opengis.eml.x002.impl with parameters of type AbstractPatternType.SelectFunctions Modifier and Type Method Description voidAbstractPatternTypeImpl. setSelectFunctions(AbstractPatternType.SelectFunctions selectFunctions)Sets the "SelectFunctions" element
-