Interface BaseValueInfoData
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BaseValueInfoDataImpl
public interface BaseValueInfoData extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Base Value Info Data'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Boolean
getIsExpandable()
Returns the value of the 'Is Expandable' attribute.Boolean
getIsIIndexedCollectionRO()
Returns the value of the 'Is IIndexed Collection RO' attribute.Boolean
getIsSupportIContext()
Returns the value of the 'Is Support IContext' attribute.Boolean
getIsSupportIEnumValue()
Returns the value of the 'Is Support IEnum Value' attribute.byte[]
getPres()
Returns the value of the 'Pres' attribute.Boolean
getPresProcessedCorrectly()
Returns the value of the 'Pres Processed Correctly' attribute.BigDecimal
getTypeCode()
Returns the value of the 'Type Code' attribute.String
getTypeName()
Returns the value of the 'Type Name' attribute.Boolean
getValueBoolean()
Returns the value of the 'Value Boolean' attribute.XMLGregorianCalendar
getValueDateTime()
Returns the value of the 'Value Date Time' attribute.BigDecimal
getValueDecimal()
Returns the value of the 'Value Decimal' attribute.byte[]
getValueString()
Returns the value of the 'Value String' attribute.boolean
isSetIsExpandable()
Returns whether the value of the 'Is Expandable
' attribute is set.boolean
isSetIsIIndexedCollectionRO()
Returns whether the value of the 'Is IIndexed Collection RO
' attribute is set.boolean
isSetIsSupportIContext()
Returns whether the value of the 'Is Support IContext
' attribute is set.boolean
isSetIsSupportIEnumValue()
Returns whether the value of the 'Is Support IEnum Value
' attribute is set.boolean
isSetPresProcessedCorrectly()
Returns whether the value of the 'Pres Processed Correctly
' attribute is set.boolean
isSetTypeCode()
Returns whether the value of the 'Type Code
' attribute is set.boolean
isSetTypeName()
Returns whether the value of the 'Type Name
' attribute is set.boolean
isSetValueBoolean()
Returns whether the value of the 'Value Boolean
' attribute is set.void
setIsExpandable(Boolean value)
Sets the value of the 'Is Expandable
' attribute.void
setIsIIndexedCollectionRO(Boolean value)
Sets the value of the 'Is IIndexed Collection RO
' attribute.void
setIsSupportIContext(Boolean value)
Sets the value of the 'Is Support IContext
' attribute.void
setIsSupportIEnumValue(Boolean value)
Sets the value of the 'Is Support IEnum Value
' attribute.void
setPres(byte[] value)
Sets the value of the 'Pres
' attribute.void
setPresProcessedCorrectly(Boolean value)
Sets the value of the 'Pres Processed Correctly
' attribute.void
setTypeCode(BigDecimal value)
Sets the value of the 'Type Code
' attribute.void
setTypeName(String value)
Sets the value of the 'Type Name
' attribute.void
setValueBoolean(Boolean value)
Sets the value of the 'Value Boolean
' attribute.void
setValueDateTime(XMLGregorianCalendar value)
Sets the value of the 'Value Date Time
' attribute.void
setValueDecimal(BigDecimal value)
Sets the value of the 'Value Decimal
' attribute.void
setValueString(byte[] value)
Sets the value of the 'Value String
' attribute.void
unsetIsExpandable()
Unsets the value of the 'Is Expandable
' attribute.void
unsetIsIIndexedCollectionRO()
Unsets the value of the 'Is IIndexed Collection RO
' attribute.void
unsetIsSupportIContext()
Unsets the value of the 'Is Support IContext
' attribute.void
unsetIsSupportIEnumValue()
Unsets the value of the 'Is Support IEnum Value
' attribute.void
unsetPresProcessedCorrectly()
Unsets the value of the 'Pres Processed Correctly
' attribute.void
unsetTypeCode()
Unsets the value of the 'Type Code
' attribute.void
unsetTypeName()
Unsets the value of the 'Type Name
' attribute.void
unsetValueBoolean()
Unsets the value of the 'Value Boolean
' attribute.
-
-
-
Method Detail
-
getTypeCode
BigDecimal getTypeCode()
Returns the value of the 'Type Code' attribute. The default value is"0"
.- Returns:
- the value of the 'Type Code' attribute.
- See Also:
isSetTypeCode()
,unsetTypeCode()
,setTypeCode(BigDecimal)
,CalculationsPackage.getBaseValueInfoData_TypeCode()
-
setTypeCode
void setTypeCode(BigDecimal value)
Sets the value of the 'Type Code
' attribute.- Parameters:
value
- the new value of the 'Type Code' attribute.- See Also:
isSetTypeCode()
,unsetTypeCode()
,getTypeCode()
-
unsetTypeCode
void unsetTypeCode()
Unsets the value of the 'Type Code
' attribute.- See Also:
isSetTypeCode()
,getTypeCode()
,setTypeCode(BigDecimal)
-
isSetTypeCode
boolean isSetTypeCode()
Returns whether the value of the 'Type Code
' attribute is set.- Returns:
- whether the value of the 'Type Code' attribute is set.
- See Also:
unsetTypeCode()
,getTypeCode()
,setTypeCode(BigDecimal)
-
getTypeName
String getTypeName()
Returns the value of the 'Type Name' attribute. The default value is""
.- Returns:
- the value of the 'Type Name' attribute.
- See Also:
isSetTypeName()
,unsetTypeName()
,setTypeName(String)
,CalculationsPackage.getBaseValueInfoData_TypeName()
-
setTypeName
void setTypeName(String value)
Sets the value of the 'Type Name
' attribute.- Parameters:
value
- the new value of the 'Type Name' attribute.- See Also:
isSetTypeName()
,unsetTypeName()
,getTypeName()
-
unsetTypeName
void unsetTypeName()
Unsets the value of the 'Type Name
' attribute.- See Also:
isSetTypeName()
,getTypeName()
,setTypeName(String)
-
isSetTypeName
boolean isSetTypeName()
Returns whether the value of the 'Type Name
' attribute is set.- Returns:
- whether the value of the 'Type Name' attribute is set.
- See Also:
unsetTypeName()
,getTypeName()
,setTypeName(String)
-
getValueDecimal
BigDecimal getValueDecimal()
Returns the value of the 'Value Decimal' attribute.- Returns:
- the value of the 'Value Decimal' attribute.
- See Also:
setValueDecimal(BigDecimal)
,CalculationsPackage.getBaseValueInfoData_ValueDecimal()
-
setValueDecimal
void setValueDecimal(BigDecimal value)
Sets the value of the 'Value Decimal
' attribute.- Parameters:
value
- the new value of the 'Value Decimal' attribute.- See Also:
getValueDecimal()
-
getValueString
byte[] getValueString()
Returns the value of the 'Value String' attribute.- Returns:
- the value of the 'Value String' attribute.
- See Also:
setValueString(byte[])
,CalculationsPackage.getBaseValueInfoData_ValueString()
-
setValueString
void setValueString(byte[] value)
Sets the value of the 'Value String
' attribute.- Parameters:
value
- the new value of the 'Value String' attribute.- See Also:
getValueString()
-
getValueDateTime
XMLGregorianCalendar getValueDateTime()
Returns the value of the 'Value Date Time' attribute.- Returns:
- the value of the 'Value Date Time' attribute.
- See Also:
setValueDateTime(XMLGregorianCalendar)
,CalculationsPackage.getBaseValueInfoData_ValueDateTime()
-
setValueDateTime
void setValueDateTime(XMLGregorianCalendar value)
Sets the value of the 'Value Date Time
' attribute.- Parameters:
value
- the new value of the 'Value Date Time' attribute.- See Also:
getValueDateTime()
-
getValueBoolean
Boolean getValueBoolean()
Returns the value of the 'Value Boolean' attribute.- Returns:
- the value of the 'Value Boolean' attribute.
- See Also:
isSetValueBoolean()
,unsetValueBoolean()
,setValueBoolean(Boolean)
,CalculationsPackage.getBaseValueInfoData_ValueBoolean()
-
setValueBoolean
void setValueBoolean(Boolean value)
Sets the value of the 'Value Boolean
' attribute.- Parameters:
value
- the new value of the 'Value Boolean' attribute.- See Also:
isSetValueBoolean()
,unsetValueBoolean()
,getValueBoolean()
-
unsetValueBoolean
void unsetValueBoolean()
Unsets the value of the 'Value Boolean
' attribute.
-
isSetValueBoolean
boolean isSetValueBoolean()
Returns whether the value of the 'Value Boolean
' attribute is set.- Returns:
- whether the value of the 'Value Boolean' attribute is set.
- See Also:
unsetValueBoolean()
,getValueBoolean()
,setValueBoolean(Boolean)
-
getPres
byte[] getPres()
Returns the value of the 'Pres' attribute.- Returns:
- the value of the 'Pres' attribute.
- See Also:
setPres(byte[])
,CalculationsPackage.getBaseValueInfoData_Pres()
-
setPres
void setPres(byte[] value)
Sets the value of the 'Pres
' attribute.- Parameters:
value
- the new value of the 'Pres' attribute.- See Also:
getPres()
-
getPresProcessedCorrectly
Boolean getPresProcessedCorrectly()
Returns the value of the 'Pres Processed Correctly' attribute. The default value is"true"
.- Returns:
- the value of the 'Pres Processed Correctly' attribute.
- See Also:
isSetPresProcessedCorrectly()
,unsetPresProcessedCorrectly()
,setPresProcessedCorrectly(Boolean)
,CalculationsPackage.getBaseValueInfoData_PresProcessedCorrectly()
-
setPresProcessedCorrectly
void setPresProcessedCorrectly(Boolean value)
Sets the value of the 'Pres Processed Correctly
' attribute.- Parameters:
value
- the new value of the 'Pres Processed Correctly' attribute.- See Also:
isSetPresProcessedCorrectly()
,unsetPresProcessedCorrectly()
,getPresProcessedCorrectly()
-
unsetPresProcessedCorrectly
void unsetPresProcessedCorrectly()
Unsets the value of the 'Pres Processed Correctly
' attribute.
-
isSetPresProcessedCorrectly
boolean isSetPresProcessedCorrectly()
Returns whether the value of the 'Pres Processed Correctly
' attribute is set.- Returns:
- whether the value of the 'Pres Processed Correctly' attribute is set.
- See Also:
unsetPresProcessedCorrectly()
,getPresProcessedCorrectly()
,setPresProcessedCorrectly(Boolean)
-
getIsExpandable
Boolean getIsExpandable()
Returns the value of the 'Is Expandable' attribute. The default value is"false"
.- Returns:
- the value of the 'Is Expandable' attribute.
- See Also:
isSetIsExpandable()
,unsetIsExpandable()
,setIsExpandable(Boolean)
,CalculationsPackage.getBaseValueInfoData_IsExpandable()
-
setIsExpandable
void setIsExpandable(Boolean value)
Sets the value of the 'Is Expandable
' attribute.- Parameters:
value
- the new value of the 'Is Expandable' attribute.- See Also:
isSetIsExpandable()
,unsetIsExpandable()
,getIsExpandable()
-
unsetIsExpandable
void unsetIsExpandable()
Unsets the value of the 'Is Expandable
' attribute.
-
isSetIsExpandable
boolean isSetIsExpandable()
Returns whether the value of the 'Is Expandable
' attribute is set.- Returns:
- whether the value of the 'Is Expandable' attribute is set.
- See Also:
unsetIsExpandable()
,getIsExpandable()
,setIsExpandable(Boolean)
-
getIsSupportIContext
Boolean getIsSupportIContext()
Returns the value of the 'Is Support IContext' attribute. The default value is"false"
.- Returns:
- the value of the 'Is Support IContext' attribute.
- See Also:
isSetIsSupportIContext()
,unsetIsSupportIContext()
,setIsSupportIContext(Boolean)
,CalculationsPackage.getBaseValueInfoData_IsSupportIContext()
-
setIsSupportIContext
void setIsSupportIContext(Boolean value)
Sets the value of the 'Is Support IContext
' attribute.- Parameters:
value
- the new value of the 'Is Support IContext' attribute.- See Also:
isSetIsSupportIContext()
,unsetIsSupportIContext()
,getIsSupportIContext()
-
unsetIsSupportIContext
void unsetIsSupportIContext()
Unsets the value of the 'Is Support IContext
' attribute.
-
isSetIsSupportIContext
boolean isSetIsSupportIContext()
Returns whether the value of the 'Is Support IContext
' attribute is set.- Returns:
- whether the value of the 'Is Support IContext' attribute is set.
- See Also:
unsetIsSupportIContext()
,getIsSupportIContext()
,setIsSupportIContext(Boolean)
-
getIsIIndexedCollectionRO
Boolean getIsIIndexedCollectionRO()
Returns the value of the 'Is IIndexed Collection RO' attribute. The default value is"false"
.- Returns:
- the value of the 'Is IIndexed Collection RO' attribute.
- See Also:
isSetIsIIndexedCollectionRO()
,unsetIsIIndexedCollectionRO()
,setIsIIndexedCollectionRO(Boolean)
,CalculationsPackage.getBaseValueInfoData_IsIIndexedCollectionRO()
-
setIsIIndexedCollectionRO
void setIsIIndexedCollectionRO(Boolean value)
Sets the value of the 'Is IIndexed Collection RO
' attribute.- Parameters:
value
- the new value of the 'Is IIndexed Collection RO' attribute.- See Also:
isSetIsIIndexedCollectionRO()
,unsetIsIIndexedCollectionRO()
,getIsIIndexedCollectionRO()
-
unsetIsIIndexedCollectionRO
void unsetIsIIndexedCollectionRO()
Unsets the value of the 'Is IIndexed Collection RO
' attribute.
-
isSetIsIIndexedCollectionRO
boolean isSetIsIIndexedCollectionRO()
Returns whether the value of the 'Is IIndexed Collection RO
' attribute is set.- Returns:
- whether the value of the 'Is IIndexed Collection RO' attribute is set.
- See Also:
unsetIsIIndexedCollectionRO()
,getIsIIndexedCollectionRO()
,setIsIIndexedCollectionRO(Boolean)
-
getIsSupportIEnumValue
Boolean getIsSupportIEnumValue()
Returns the value of the 'Is Support IEnum Value' attribute. The default value is"false"
.- Returns:
- the value of the 'Is Support IEnum Value' attribute.
- See Also:
isSetIsSupportIEnumValue()
,unsetIsSupportIEnumValue()
,setIsSupportIEnumValue(Boolean)
,CalculationsPackage.getBaseValueInfoData_IsSupportIEnumValue()
-
setIsSupportIEnumValue
void setIsSupportIEnumValue(Boolean value)
Sets the value of the 'Is Support IEnum Value
' attribute.- Parameters:
value
- the new value of the 'Is Support IEnum Value' attribute.- See Also:
isSetIsSupportIEnumValue()
,unsetIsSupportIEnumValue()
,getIsSupportIEnumValue()
-
unsetIsSupportIEnumValue
void unsetIsSupportIEnumValue()
Unsets the value of the 'Is Support IEnum Value
' attribute.
-
isSetIsSupportIEnumValue
boolean isSetIsSupportIEnumValue()
Returns whether the value of the 'Is Support IEnum Value
' attribute is set.- Returns:
- whether the value of the 'Is Support IEnum Value' attribute is set.
- See Also:
unsetIsSupportIEnumValue()
,getIsSupportIEnumValue()
,setIsSupportIEnumValue(Boolean)
-
-