Package net.opengis.wfs20
Interface ValueReferenceType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ValueReferenceTypeImpl
public interface ValueReferenceType
extends EObject
A representation of the model object 'Value Reference Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Action' attribute.getValue()
Returns the value of the 'Value' attribute.boolean
Returns whether the value of the 'Action
' attribute is set.void
setAction
(UpdateActionType value) Sets the value of the 'Action
' attribute.void
Sets the value of the 'Value
' attribute.void
Unsets the value of the 'Action
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValue
QName 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:
-
#setValue(String)
Wfs20Package.getValueReferenceType_Value()
-
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-
getAction
UpdateActionType getAction()Returns the value of the 'Action' attribute. The default value is"replace"
. The literals are from the enumerationUpdateActionType
.If the meaning of the 'Action' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Action' attribute.
- See Also:
-
setAction
Sets the value of the 'Action
' attribute.- Parameters:
value
- the new value of the 'Action' attribute.- See Also:
-
unsetAction
void unsetAction()Unsets the value of the 'Action
' attribute. -
isSetAction
boolean isSetAction()Returns whether the value of the 'Action
' attribute is set.- Returns:
- whether the value of the 'Action' attribute is set.
- See Also:
-