Uses of Interface
net.opengis.fes20.AbstractIdType
- 
Packages that use AbstractIdType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of AbstractIdType in net.opengis.fes20Subinterfaces of AbstractIdType in net.opengis.fes20 Modifier and Type Interface Description interfaceResourceIdTypeA representation of the model object 'Resource Id Type'.Methods in net.opengis.fes20 that return AbstractIdType Modifier and Type Method Description AbstractIdTypeDocumentRoot. getId()Returns the value of the 'Id' containment reference.Methods in net.opengis.fes20 that return types with arguments of type AbstractIdType Modifier and Type Method Description EList<AbstractIdType>BinaryLogicOpType. getId()Returns the value of the 'Id' containment reference list.EList<AbstractIdType>FilterType. getId()Returns the value of the 'Id' containment reference list.EList<AbstractIdType>UnaryLogicOpType. getId()Returns the value of the 'Id' containment reference list.
- 
Uses of AbstractIdType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement AbstractIdType Modifier and Type Class Description classAbstractIdTypeImplAn implementation of the model object 'Abstract Id Type'.classResourceIdTypeImplAn implementation of the model object 'Resource Id Type'.Methods in net.opengis.fes20.impl that return AbstractIdType Modifier and Type Method Description AbstractIdTypeDocumentRootImpl. getId()Methods in net.opengis.fes20.impl that return types with arguments of type AbstractIdType Modifier and Type Method Description EList<AbstractIdType>BinaryLogicOpTypeImpl. getId()EList<AbstractIdType>FilterTypeImpl. getId()EList<AbstractIdType>UnaryLogicOpTypeImpl. getId()Methods in net.opengis.fes20.impl with parameters of type AbstractIdType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetId(AbstractIdType newId, NotificationChain msgs)
- 
Uses of AbstractIdType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type AbstractIdType Modifier and Type Method Description TFes20Switch. caseAbstractIdType(AbstractIdType object)Returns the result of interpreting the object as an instance of 'Abstract Id Type'.booleanFes20Validator. validateAbstractIdType(AbstractIdType abstractIdType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-