Uses of Class
net.opengis.wfs.v_2_0.ResolveValueType

Uses of ResolveValueType in net.opengis.wfs.v_2_0
 

Fields in net.opengis.wfs.v_2_0 declared as ResolveValueType
protected  ResolveValueType PropertyName.resolve
           
protected  ResolveValueType GetPropertyValueType.resolve
           
protected  ResolveValueType GetFeatureType.resolve
           
 

Methods in net.opengis.wfs.v_2_0 that return ResolveValueType
static ResolveValueType ResolveValueType.fromValue(String v)
           
 ResolveValueType PropertyName.getResolve()
          Gets the value of the resolve property.
 ResolveValueType GetPropertyValueType.getResolve()
          Gets the value of the resolve property.
 ResolveValueType GetFeatureType.getResolve()
          Gets the value of the resolve property.
static ResolveValueType ResolveValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResolveValueType[] ResolveValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.opengis.wfs.v_2_0 with parameters of type ResolveValueType
 void PropertyName.setResolve(ResolveValueType value)
          Sets the value of the resolve property.
 void GetPropertyValueType.setResolve(ResolveValueType value)
          Sets the value of the resolve property.
 void GetFeatureType.setResolve(ResolveValueType value)
          Sets the value of the resolve property.
 PropertyName PropertyName.withResolve(ResolveValueType value)
           
 GetPropertyValueType GetPropertyValueType.withResolve(ResolveValueType value)
           
 GetFeatureWithLockType GetFeatureWithLockType.withResolve(ResolveValueType value)
           
 GetFeatureType GetFeatureType.withResolve(ResolveValueType value)
           
 



Copyright © 2008-2015. All Rights Reserved.