Interface ContextPropertyData
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ContextPropertyDataImpl
public interface ContextPropertyData
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Context Property Data'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Returns the value of the 'Error Str' attribute.Returns the value of the 'Is Readable' attribute.Returns the value of the 'Is Readed' attribute.Returns the value of the 'Is Writable' attribute.Returns the value of the 'Prop Name' attribute.boolean
Returns whether the value of the 'Is Readable
' attribute is set.boolean
Returns whether the value of the 'Is Readed
' attribute is set.boolean
Returns whether the value of the 'Is Writable
' attribute is set.boolean
Returns whether the value of the 'Prop Name
' attribute is set.void
setErrorStr
(byte[] value) Sets the value of the 'Error Str
' attribute.void
setIsReadable
(Boolean value) Sets the value of the 'Is Readable
' attribute.void
setIsReaded
(Boolean value) Sets the value of the 'Is Readed
' attribute.void
setIsWritable
(Boolean value) Sets the value of the 'Is Writable
' attribute.void
setPropName
(String value) Sets the value of the 'Prop Name
' attribute.void
Unsets the value of the 'Is Readable
' attribute.void
Unsets the value of the 'Is Readed
' attribute.void
Unsets the value of the 'Is Writable
' attribute.void
Unsets the value of the 'Prop Name
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPropName
String getPropName()Returns the value of the 'Prop Name' attribute. The default value is""
.- Returns:
- the value of the 'Prop Name' attribute.
- See Also:
-
setPropName
Sets the value of the 'Prop Name
' attribute.- Parameters:
value
- the new value of the 'Prop Name' attribute.- See Also:
-
unsetPropName
void unsetPropName()Unsets the value of the 'Prop Name
' attribute.- See Also:
-
isSetPropName
boolean isSetPropName()Returns whether the value of the 'Prop Name
' attribute is set.- Returns:
- whether the value of the 'Prop Name' attribute is set.
- See Also:
-
getIsReadable
Boolean getIsReadable()Returns the value of the 'Is Readable' attribute. The default value is"true"
.- Returns:
- the value of the 'Is Readable' attribute.
- See Also:
-
setIsReadable
Sets the value of the 'Is Readable
' attribute.- Parameters:
value
- the new value of the 'Is Readable' attribute.- See Also:
-
unsetIsReadable
void unsetIsReadable()Unsets the value of the 'Is Readable
' attribute. -
isSetIsReadable
boolean isSetIsReadable()Returns whether the value of the 'Is Readable
' attribute is set.- Returns:
- whether the value of the 'Is Readable' attribute is set.
- See Also:
-
getIsWritable
Boolean getIsWritable()Returns the value of the 'Is Writable' attribute. The default value is"true"
.- Returns:
- the value of the 'Is Writable' attribute.
- See Also:
-
setIsWritable
Sets the value of the 'Is Writable
' attribute.- Parameters:
value
- the new value of the 'Is Writable' attribute.- See Also:
-
unsetIsWritable
void unsetIsWritable()Unsets the value of the 'Is Writable
' attribute. -
isSetIsWritable
boolean isSetIsWritable()Returns whether the value of the 'Is Writable
' attribute is set.- Returns:
- whether the value of the 'Is Writable' attribute is set.
- See Also:
-
getIsReaded
Boolean getIsReaded()Returns the value of the 'Is Readed' attribute. The default value is"false"
.- Returns:
- the value of the 'Is Readed' attribute.
- See Also:
-
setIsReaded
Sets the value of the 'Is Readed
' attribute.- Parameters:
value
- the new value of the 'Is Readed' attribute.- See Also:
-
unsetIsReaded
void unsetIsReaded()Unsets the value of the 'Is Readed
' attribute.- See Also:
-
isSetIsReaded
boolean isSetIsReaded()Returns whether the value of the 'Is Readed
' attribute is set.- Returns:
- whether the value of the 'Is Readed' attribute is set.
- See Also:
-
getErrorStr
byte[] getErrorStr()Returns the value of the 'Error Str' attribute.- Returns:
- the value of the 'Error Str' attribute.
- See Also:
-
setErrorStr
void setErrorStr(byte[] value) Sets the value of the 'Error Str
' attribute.- Parameters:
value
- the new value of the 'Error Str' attribute.- See Also:
-