Uses of Interface
net.opengis.fes20.ResourceIdType
- 
Packages that use ResourceIdType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of ResourceIdType in net.opengis.fes20Methods in net.opengis.fes20 that return ResourceIdType Modifier and Type Method Description ResourceIdTypeFes20Factory. createResourceIdType()Returns a new object of class 'Resource Id Type'.ResourceIdTypeDocumentRoot. getResourceId()Returns the value of the 'Resource Id' containment reference.Methods in net.opengis.fes20 with parameters of type ResourceIdType Modifier and Type Method Description voidDocumentRoot. setResourceId(ResourceIdType value)Sets the value of the 'Resource Id' containment reference.
- 
Uses of ResourceIdType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement ResourceIdType Modifier and Type Class Description classResourceIdTypeImplAn implementation of the model object 'Resource Id Type'.Methods in net.opengis.fes20.impl that return ResourceIdType Modifier and Type Method Description ResourceIdTypeFes20FactoryImpl. createResourceIdType()ResourceIdTypeDocumentRootImpl. getResourceId()Methods in net.opengis.fes20.impl with parameters of type ResourceIdType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetResourceId(ResourceIdType newResourceId, NotificationChain msgs)voidDocumentRootImpl. setResourceId(ResourceIdType newResourceId)
- 
Uses of ResourceIdType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type ResourceIdType Modifier and Type Method Description TFes20Switch. caseResourceIdType(ResourceIdType object)Returns the result of interpreting the object as an instance of 'Resource Id Type'.booleanFes20Validator. validateResourceIdType(ResourceIdType resourceIdType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-