Package net.opengis.wfs20
Interface PropertyNameType
- All Superinterfaces:
- EObject,- Notifier
- All Known Implementing Classes:
- PropertyNameTypeImpl
public interface PropertyNameType
extends EObject
 A representation of the model object 'Property Name Type'.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Resolve' attribute.Returns the value of the 'Resolve Depth' attribute.Returns the value of the 'Resolve Path' attribute.Returns the value of the 'Resolve Timeout' attribute.getValue()Returns the value of the 'Value' attribute.booleanReturns whether the value of the 'Resolve' attribute is set.booleanReturns whether the value of the 'Resolve Depth' attribute is set.booleanReturns whether the value of the 'Resolve Timeout' attribute is set.voidsetResolve(ResolveValueType value) Sets the value of the 'Resolve' attribute.voidsetResolveDepth(Object value) Sets the value of the 'Resolve Depth' attribute.voidsetResolvePath(String value) Sets the value of the 'Resolve Path' attribute.voidsetResolveTimeout(BigInteger value) Sets the value of the 'Resolve Timeout' attribute.voidSets the value of the 'Value' attribute.voidUnsets the value of the 'Resolve' attribute.voidUnsets the value of the 'Resolve Depth' attribute.voidUnsets the value of the 'Resolve Timeout' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getValueQName getValue()Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Value' attribute.
- See Also:
 
- 
setValueSets the value of the 'Value' attribute.- Parameters:
- value- the new value of the 'Value' attribute.
- See Also:
 
- 
getResolveResolveValueType getResolve()Returns the value of the 'Resolve' attribute. The default value is"none". The literals are from the enumerationResolveValueType.If the meaning of the 'Resolve' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Resolve' attribute.
- See Also:
 
- 
setResolveSets the value of the 'Resolve' attribute.- Parameters:
- value- the new value of the 'Resolve' attribute.
- See Also:
 
- 
unsetResolvevoid unsetResolve()Unsets the value of the 'Resolve' attribute.
- 
isSetResolveboolean isSetResolve()Returns whether the value of the 'Resolve' attribute is set.- Returns:
- whether the value of the 'Resolve' attribute is set.
- See Also:
 
- 
getResolveDepthObject getResolveDepth()Returns the value of the 'Resolve Depth' attribute. The default value is"*".If the meaning of the 'Resolve Depth' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Resolve Depth' attribute.
- See Also:
 
- 
setResolveDepthSets the value of the 'Resolve Depth' attribute.- Parameters:
- value- the new value of the 'Resolve Depth' attribute.
- See Also:
 
- 
unsetResolveDepthvoid unsetResolveDepth()Unsets the value of the 'Resolve Depth' attribute.
- 
isSetResolveDepthboolean isSetResolveDepth()Returns whether the value of the 'Resolve Depth' attribute is set.- Returns:
- whether the value of the 'Resolve Depth' attribute is set.
- See Also:
 
- 
getResolvePathString getResolvePath()Returns the value of the 'Resolve Path' attribute.If the meaning of the 'Resolve Path' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Resolve Path' attribute.
- See Also:
 
- 
setResolvePathSets the value of the 'Resolve Path' attribute.- Parameters:
- value- the new value of the 'Resolve Path' attribute.
- See Also:
 
- 
getResolveTimeoutBigInteger getResolveTimeout()Returns the value of the 'Resolve Timeout' attribute. The default value is"300".If the meaning of the 'Resolve Timeout' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Resolve Timeout' attribute.
- See Also:
 
- 
setResolveTimeoutSets the value of the 'Resolve Timeout' attribute.- Parameters:
- value- the new value of the 'Resolve Timeout' attribute.
- See Also:
 
- 
unsetResolveTimeoutvoid unsetResolveTimeout()Unsets the value of the 'Resolve Timeout' attribute.
- 
isSetResolveTimeoutboolean isSetResolveTimeout()Returns whether the value of the 'Resolve Timeout' attribute is set.- Returns:
- whether the value of the 'Resolve Timeout' attribute is set.
- See Also:
 
 
-