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.EObjectA 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.BooleangetIsReadable()Returns the value of the 'Is Readable' attribute.BooleangetIsReaded()Returns the value of the 'Is Readed' attribute.BooleangetIsWritable()Returns the value of the 'Is Writable' attribute.StringgetPropName()Returns the value of the 'Prop Name' attribute.booleanisSetIsReadable()Returns whether the value of the 'Is Readable' attribute is set.booleanisSetIsReaded()Returns whether the value of the 'Is Readed' attribute is set.booleanisSetIsWritable()Returns whether the value of the 'Is Writable' attribute is set.booleanisSetPropName()Returns whether the value of the 'Prop Name' attribute is set.voidsetErrorStr(byte[] value)Sets the value of the 'Error Str' attribute.voidsetIsReadable(Boolean value)Sets the value of the 'Is Readable' attribute.voidsetIsReaded(Boolean value)Sets the value of the 'Is Readed' attribute.voidsetIsWritable(Boolean value)Sets the value of the 'Is Writable' attribute.voidsetPropName(String value)Sets the value of the 'Prop Name' attribute.voidunsetIsReadable()Unsets the value of the 'Is Readable' attribute.voidunsetIsReaded()Unsets the value of the 'Is Readed' attribute.voidunsetIsWritable()Unsets the value of the 'Is Writable' attribute.voidunsetPropName()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()
-
-