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.wfs20Methods in net.opengis.wfs20 that return ValueReferenceType Modifier and Type Method Description ValueReferenceTypeWfs20Factory. createValueReferenceType()Returns a new object of class 'Value Reference Type'.ValueReferenceTypePropertyType. 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 voidPropertyType. setValueReference(ValueReferenceType value)Sets the value of the 'Value Reference' reference.
- 
Uses of ValueReferenceType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement ValueReferenceType Modifier and Type Class Description classValueReferenceTypeImplAn implementation of the model object 'Value Reference Type'.Fields in net.opengis.wfs20.impl declared as ValueReferenceType Modifier and Type Field Description protected ValueReferenceTypePropertyTypeImpl. valueReferenceThe cached value of the 'Value Reference' reference.Methods in net.opengis.wfs20.impl that return ValueReferenceType Modifier and Type Method Description ValueReferenceTypePropertyTypeImpl. basicGetValueReference()ValueReferenceTypeWfs20FactoryImpl. createValueReferenceType()ValueReferenceTypePropertyTypeImpl. getValueReference()Methods in net.opengis.wfs20.impl with parameters of type ValueReferenceType Modifier and Type Method Description voidPropertyTypeImpl. setValueReference(ValueReferenceType newValueReference)
- 
Uses of ValueReferenceType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type ValueReferenceType Modifier and Type Method Description TWfs20Switch. caseValueReferenceType(ValueReferenceType object)Returns the result of interpreting the object as an instance of 'Value Reference Type'.booleanWfs20Validator. validateValueReferenceType(ValueReferenceType valueReferenceType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of ValueReferenceType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type ValueReferenceType Modifier and Type Method Description booleanPropertyTypeValidator. validateValueReference(ValueReferenceType value)
 
-