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.EObjectA 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 BigDecimalgetCollectionSize()Returns the value of the 'Collection Size' attribute.BooleangetIsExpandable()Returns the value of the 'Is Expandable' attribute.BooleangetIsIIndexedCollectionRO()Returns the value of the 'Is IIndexed Collection RO' attribute.BooleangetIsSupportIContext()Returns the value of the 'Is Support IContext' attribute.BooleangetIsSupportIEnumValue()Returns the value of the 'Is Support IEnum Value' attribute.byte[]getPres()Returns the value of the 'Pres' attribute.BooleangetPresProcessedCorrectly()Returns the value of the 'Pres Processed Correctly' attribute.BigDecimalgetTypeCode()Returns the value of the 'Type Code' attribute.StringgetTypeName()Returns the value of the 'Type Name' attribute.BooleangetValueBoolean()Returns the value of the 'Value Boolean' attribute.XMLGregorianCalendargetValueDateTime()Returns the value of the 'Value Date Time' attribute.BigDecimalgetValueDecimal()Returns the value of the 'Value Decimal' attribute.byte[]getValueString()Returns the value of the 'Value String' attribute.booleanisSetCollectionSize()Returns whether the value of the 'Collection Size' attribute is set.booleanisSetIsExpandable()Returns whether the value of the 'Is Expandable' attribute is set.booleanisSetIsIIndexedCollectionRO()Returns whether the value of the 'Is IIndexed Collection RO' attribute is set.booleanisSetIsSupportIContext()Returns whether the value of the 'Is Support IContext' attribute is set.booleanisSetIsSupportIEnumValue()Returns whether the value of the 'Is Support IEnum Value' attribute is set.booleanisSetPresProcessedCorrectly()Returns whether the value of the 'Pres Processed Correctly' attribute is set.booleanisSetTypeCode()Returns whether the value of the 'Type Code' attribute is set.booleanisSetTypeName()Returns whether the value of the 'Type Name' attribute is set.booleanisSetValueBoolean()Returns whether the value of the 'Value Boolean' attribute is set.voidsetCollectionSize(BigDecimal value)Sets the value of the 'Collection Size' attribute.voidsetIsExpandable(Boolean value)Sets the value of the 'Is Expandable' attribute.voidsetIsIIndexedCollectionRO(Boolean value)Sets the value of the 'Is IIndexed Collection RO' attribute.voidsetIsSupportIContext(Boolean value)Sets the value of the 'Is Support IContext' attribute.voidsetIsSupportIEnumValue(Boolean value)Sets the value of the 'Is Support IEnum Value' attribute.voidsetPres(byte[] value)Sets the value of the 'Pres' attribute.voidsetPresProcessedCorrectly(Boolean value)Sets the value of the 'Pres Processed Correctly' attribute.voidsetTypeCode(BigDecimal value)Sets the value of the 'Type Code' attribute.voidsetTypeName(String value)Sets the value of the 'Type Name' attribute.voidsetValueBoolean(Boolean value)Sets the value of the 'Value Boolean' attribute.voidsetValueDateTime(XMLGregorianCalendar value)Sets the value of the 'Value Date Time' attribute.voidsetValueDecimal(BigDecimal value)Sets the value of the 'Value Decimal' attribute.voidsetValueString(byte[] value)Sets the value of the 'Value String' attribute.voidunsetCollectionSize()Unsets the value of the 'Collection Size' attribute.voidunsetIsExpandable()Unsets the value of the 'Is Expandable' attribute.voidunsetIsIIndexedCollectionRO()Unsets the value of the 'Is IIndexed Collection RO' attribute.voidunsetIsSupportIContext()Unsets the value of the 'Is Support IContext' attribute.voidunsetIsSupportIEnumValue()Unsets the value of the 'Is Support IEnum Value' attribute.voidunsetPresProcessedCorrectly()Unsets the value of the 'Pres Processed Correctly' attribute.voidunsetTypeCode()Unsets the value of the 'Type Code' attribute.voidunsetTypeName()Unsets the value of the 'Type Name' attribute.voidunsetValueBoolean()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)
-
getCollectionSize
BigDecimal getCollectionSize()
Returns the value of the 'Collection Size' attribute.- Returns:
- the value of the 'Collection Size' attribute.
- See Also:
isSetCollectionSize(),unsetCollectionSize(),setCollectionSize(BigDecimal),CalculationsPackage.getBaseValueInfoData_CollectionSize()
-
setCollectionSize
void setCollectionSize(BigDecimal value)
Sets the value of the 'Collection Size' attribute.- Parameters:
value- the new value of the 'Collection Size' attribute.- See Also:
isSetCollectionSize(),unsetCollectionSize(),getCollectionSize()
-
unsetCollectionSize
void unsetCollectionSize()
Unsets the value of the 'Collection Size' attribute.
-
isSetCollectionSize
boolean isSetCollectionSize()
Returns whether the value of the 'Collection Size' attribute is set.- Returns:
- whether the value of the 'Collection Size' attribute is set.
- See Also:
unsetCollectionSize(),getCollectionSize(),setCollectionSize(BigDecimal)
-
-