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:
Wfs20Package.getValueReferenceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateActionType
getAction()
Returns the value of the 'Action' attribute.QName
getValue()
Returns the value of the 'Value' attribute.boolean
isSetAction()
Returns whether the value of the 'Action
' attribute is set.void
setAction(UpdateActionType value)
Sets the value of the 'Action
' attribute.void
setValue(QName value)
Sets the value of the 'Value
' attribute.void
unsetAction()
Unsets the value of the 'Action
' attribute.
-
-
-
Method Detail
-
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
void setValue(QName value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-
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:
UpdateActionType
,isSetAction()
,unsetAction()
,setAction(UpdateActionType)
,Wfs20Package.getValueReferenceType_Action()
-
setAction
void setAction(UpdateActionType value)
Sets the value of the 'Action
' attribute.- Parameters:
value
- the new value of the 'Action' attribute.- See Also:
UpdateActionType
,isSetAction()
,unsetAction()
,getAction()
-
unsetAction
void unsetAction()
Unsets the value of the 'Action
' attribute.- See Also:
isSetAction()
,getAction()
,setAction(UpdateActionType)
-
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:
unsetAction()
,getAction()
,setAction(UpdateActionType)
-
-