Uses of Interface
net.opengis.wfs20.ValueReferenceType
-
Packages that use ValueReferenceType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of ValueReferenceType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ValueReferenceType Modifier and Type Method Description ValueReferenceType
Wfs20Factory. createValueReferenceType()
Returns a new object of class 'Value Reference Type'.ValueReferenceType
PropertyType. getValueReference()
Returns the value of the 'Value Reference' containment reference.Methods in net.opengis.wfs20 with parameters of type ValueReferenceType Modifier and Type Method Description void
PropertyType. setValueReference(ValueReferenceType value)
Sets the value of the 'Value Reference
' reference. -
Uses of ValueReferenceType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ValueReferenceType Modifier and Type Class Description class
ValueReferenceTypeImpl
An implementation of the model object 'Value Reference Type'.Fields in net.opengis.wfs20.impl declared as ValueReferenceType Modifier and Type Field Description protected ValueReferenceType
PropertyTypeImpl. valueReference
The cached value of the 'Value Reference
' reference.Methods in net.opengis.wfs20.impl that return ValueReferenceType Modifier and Type Method Description ValueReferenceType
PropertyTypeImpl. basicGetValueReference()
ValueReferenceType
Wfs20FactoryImpl. createValueReferenceType()
ValueReferenceType
PropertyTypeImpl. getValueReference()
Methods in net.opengis.wfs20.impl with parameters of type ValueReferenceType Modifier and Type Method Description void
PropertyTypeImpl. setValueReference(ValueReferenceType newValueReference)
-
Uses of ValueReferenceType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ValueReferenceType Modifier and Type Method Description T
Wfs20Switch. caseValueReferenceType(ValueReferenceType object)
Returns the result of interpreting the object as an instance of 'Value Reference Type'.boolean
Wfs20Validator. validateValueReferenceType(ValueReferenceType valueReferenceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ValueReferenceType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ValueReferenceType Modifier and Type Method Description boolean
PropertyTypeValidator. validateValueReference(ValueReferenceType value)
-