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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getErrorStr()
Returns the value of the 'Error Str' attribute.Boolean
getIsReadable()
Returns the value of the 'Is Readable' attribute.Boolean
getIsReaded()
Returns the value of the 'Is Readed' attribute.Boolean
getIsWritable()
Returns the value of the 'Is Writable' attribute.String
getPropName()
Returns the value of the 'Prop Name' attribute.boolean
isSetIsReadable()
Returns whether the value of the 'Is Readable
' attribute is set.boolean
isSetIsReaded()
Returns whether the value of the 'Is Readed
' attribute is set.boolean
isSetIsWritable()
Returns whether the value of the 'Is Writable
' attribute is set.boolean
isSetPropName()
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
unsetIsReadable()
Unsets the value of the 'Is Readable
' attribute.void
unsetIsReaded()
Unsets the value of the 'Is Readed
' attribute.void
unsetIsWritable()
Unsets the value of the 'Is Writable
' attribute.void
unsetPropName()
Unsets the value of the 'Prop Name
' attribute.
-
-
-
Method Detail
-
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:
isSetPropName()
,unsetPropName()
,setPropName(String)
,CalculationsPackage.getContextPropertyData_PropName()
-
setPropName
void setPropName(String value)
Sets the value of the 'Prop Name
' attribute.- Parameters:
value
- the new value of the 'Prop Name' attribute.- See Also:
isSetPropName()
,unsetPropName()
,getPropName()
-
unsetPropName
void unsetPropName()
Unsets the value of the 'Prop Name
' attribute.- See Also:
isSetPropName()
,getPropName()
,setPropName(String)
-
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:
unsetPropName()
,getPropName()
,setPropName(String)
-
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:
isSetIsReadable()
,unsetIsReadable()
,setIsReadable(Boolean)
,CalculationsPackage.getContextPropertyData_IsReadable()
-
setIsReadable
void setIsReadable(Boolean value)
Sets the value of the 'Is Readable
' attribute.- Parameters:
value
- the new value of the 'Is Readable' attribute.- See Also:
isSetIsReadable()
,unsetIsReadable()
,getIsReadable()
-
unsetIsReadable
void unsetIsReadable()
Unsets the value of the 'Is Readable
' attribute.- See Also:
isSetIsReadable()
,getIsReadable()
,setIsReadable(Boolean)
-
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:
unsetIsReadable()
,getIsReadable()
,setIsReadable(Boolean)
-
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:
isSetIsWritable()
,unsetIsWritable()
,setIsWritable(Boolean)
,CalculationsPackage.getContextPropertyData_IsWritable()
-
setIsWritable
void setIsWritable(Boolean value)
Sets the value of the 'Is Writable
' attribute.- Parameters:
value
- the new value of the 'Is Writable' attribute.- See Also:
isSetIsWritable()
,unsetIsWritable()
,getIsWritable()
-
unsetIsWritable
void unsetIsWritable()
Unsets the value of the 'Is Writable
' attribute.- See Also:
isSetIsWritable()
,getIsWritable()
,setIsWritable(Boolean)
-
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:
unsetIsWritable()
,getIsWritable()
,setIsWritable(Boolean)
-
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:
isSetIsReaded()
,unsetIsReaded()
,setIsReaded(Boolean)
,CalculationsPackage.getContextPropertyData_IsReaded()
-
setIsReaded
void setIsReaded(Boolean value)
Sets the value of the 'Is Readed
' attribute.- Parameters:
value
- the new value of the 'Is Readed' attribute.- See Also:
isSetIsReaded()
,unsetIsReaded()
,getIsReaded()
-
unsetIsReaded
void unsetIsReaded()
Unsets the value of the 'Is Readed
' attribute.- See Also:
isSetIsReaded()
,getIsReaded()
,setIsReaded(Boolean)
-
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:
unsetIsReaded()
,getIsReaded()
,setIsReaded(Boolean)
-
getErrorStr
byte[] getErrorStr()
Returns the value of the 'Error Str' attribute.- Returns:
- the value of the 'Error Str' attribute.
- See Also:
setErrorStr(byte[])
,CalculationsPackage.getContextPropertyData_ErrorStr()
-
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:
getErrorStr()
-
-