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.fes20
Subinterfaces of AbstractIdType in net.opengis.fes20 Modifier and Type Interface Description interface
ResourceIdType
A representation of the model object 'Resource Id Type'.Methods in net.opengis.fes20 that return AbstractIdType Modifier and Type Method Description AbstractIdType
DocumentRoot. 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.impl
Classes in net.opengis.fes20.impl that implement AbstractIdType Modifier and Type Class Description class
AbstractIdTypeImpl
An implementation of the model object 'Abstract Id Type'.class
ResourceIdTypeImpl
An implementation of the model object 'Resource Id Type'.Methods in net.opengis.fes20.impl that return AbstractIdType Modifier and Type Method Description AbstractIdType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetId(AbstractIdType newId, NotificationChain msgs)
-
Uses of AbstractIdType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type AbstractIdType Modifier and Type Method Description T
Fes20Switch. caseAbstractIdType(AbstractIdType object)
Returns the result of interpreting the object as an instance of 'Abstract Id Type'.boolean
Fes20Validator. validateAbstractIdType(AbstractIdType abstractIdType, DiagnosticChain diagnostics, Map<Object,Object> context)
-