Package net.opengis.wfs20
Interface ValueReferenceType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ValueReferenceTypeImpl
 
 public interface ValueReferenceType extends EObjectA representation of the model object 'Value Reference Type'.The following features are supported: - See Also:
- Wfs20Package.getValueReferenceType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateActionTypegetAction()Returns the value of the 'Action' attribute.QNamegetValue()Returns the value of the 'Value' attribute.booleanisSetAction()Returns whether the value of the 'Action' attribute is set.voidsetAction(UpdateActionType value)Sets the value of the 'Action' attribute.voidsetValue(QName value)Sets the value of the 'Value' attribute.voidunsetAction()Unsets the value of the 'Action' attribute.
 
- 
- 
- 
Method Detail- 
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:
- #setValue(String),- Wfs20Package.getValueReferenceType_Value()
 
 - 
setValuevoid setValue(QName value) Sets the value of the 'Value' attribute.- Parameters:
- value- the new value of the 'Value' attribute.
- See Also:
- getValue()
 
 - 
getActionUpdateActionType 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()
 
 - 
setActionvoid 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()
 
 - 
unsetActionvoid unsetAction() Unsets the value of the 'Action' attribute.- See Also:
- isSetAction(),- getAction(),- setAction(UpdateActionType)
 
 - 
isSetActionboolean 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)
 
 
- 
 
-