Interface DataCompositionDataSetFieldRole
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionDataSetFieldRoleImpl
public interface DataCompositionDataSetFieldRole
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Data Set Field Role'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Account Field' attribute.Returns the value of the 'Accounting Balance Type' attribute.Returns the value of the 'Account Type Expression' attribute.Returns the value of the 'Balance Group Name' attribute.Returns the value of the 'Balance Type' attribute.Returns the value of the 'Parent Dimension' attribute.int
Returns the value of the 'Period Number' attribute.Returns the value of the 'Period Type' attribute.boolean
Returns the value of the 'Account' attribute.boolean
Returns the value of the 'Balance' attribute.boolean
Returns the value of the 'Dimension' attribute.boolean
Returns the value of the 'Dimension Attribute' attribute.boolean
Returns the value of the 'Ignore Null Values' attribute.boolean
Returns the value of the 'Required' attribute.void
setAccount
(boolean value) Sets the value of the 'Account
' attribute.void
setAccountField
(String value) Sets the value of the 'Account Field
' attribute.void
Sets the value of the 'Accounting Balance Type
' attribute.void
setAccountTypeExpression
(String value) Sets the value of the 'Account Type Expression
' attribute.void
setBalance
(boolean value) Sets the value of the 'Balance
' attribute.void
setBalanceGroupName
(String value) Sets the value of the 'Balance Group Name
' attribute.void
Sets the value of the 'Balance Type
' attribute.void
setDimension
(boolean value) Sets the value of the 'Dimension
' attribute.void
setDimensionAttribute
(boolean value) Sets the value of the 'Dimension Attribute
' attribute.void
setIgnoreNullValues
(boolean value) Sets the value of the 'Ignore Null Values
' attribute.void
setParentDimension
(String value) Sets the value of the 'Parent Dimension
' attribute.void
setPeriodNumber
(int value) Sets the value of the 'Period Number
' attribute.void
Sets the value of the 'Period Type
' attribute.void
setRequired
(boolean value) Sets the value of the 'Required
' 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
-
getPeriodNumber
int getPeriodNumber()Returns the value of the 'Period Number' attribute. The default value is"0"
.- Returns:
- the value of the 'Period Number' attribute.
- See Also:
-
setPeriodNumber
void setPeriodNumber(int value) Sets the value of the 'Period Number
' attribute.- Parameters:
value
- the new value of the 'Period Number' attribute.- See Also:
-
getPeriodType
DataCompositionPeriodType getPeriodType()Returns the value of the 'Period Type' attribute. The default value is"Main"
. The literals are from the enumerationDataCompositionPeriodType
.- Returns:
- the value of the 'Period Type' attribute.
- See Also:
-
setPeriodType
Sets the value of the 'Period Type
' attribute.- Parameters:
value
- the new value of the 'Period Type' attribute.- See Also:
-
isDimension
boolean isDimension()Returns the value of the 'Dimension' attribute. The default value is"false"
.- Returns:
- the value of the 'Dimension' attribute.
- See Also:
-
setDimension
void setDimension(boolean value) Sets the value of the 'Dimension
' attribute.- Parameters:
value
- the new value of the 'Dimension' attribute.- See Also:
-
getParentDimension
String getParentDimension()Returns the value of the 'Parent Dimension' attribute.- Returns:
- the value of the 'Parent Dimension' attribute.
- See Also:
-
setParentDimension
Sets the value of the 'Parent Dimension
' attribute.- Parameters:
value
- the new value of the 'Parent Dimension' attribute.- See Also:
-
isAccount
boolean isAccount()Returns the value of the 'Account' attribute. The default value is"false"
.- Returns:
- the value of the 'Account' attribute.
- See Also:
-
setAccount
void setAccount(boolean value) Sets the value of the 'Account
' attribute.- Parameters:
value
- the new value of the 'Account' attribute.- See Also:
-
getAccountTypeExpression
String getAccountTypeExpression()Returns the value of the 'Account Type Expression' attribute.- Returns:
- the value of the 'Account Type Expression' attribute.
- See Also:
-
setAccountTypeExpression
Sets the value of the 'Account Type Expression
' attribute.- Parameters:
value
- the new value of the 'Account Type Expression' attribute.- See Also:
-
isBalance
boolean isBalance()Returns the value of the 'Balance' attribute. The default value is"false"
.- Returns:
- the value of the 'Balance' attribute.
- See Also:
-
setBalance
void setBalance(boolean value) Sets the value of the 'Balance
' attribute.- Parameters:
value
- the new value of the 'Balance' attribute.- See Also:
-
getBalanceGroupName
String getBalanceGroupName()Returns the value of the 'Balance Group Name' attribute.- Returns:
- the value of the 'Balance Group Name' attribute.
- See Also:
-
setBalanceGroupName
Sets the value of the 'Balance Group Name
' attribute.- Parameters:
value
- the new value of the 'Balance Group Name' attribute.- See Also:
-
getBalanceType
DataCompositionBalanceType getBalanceType()Returns the value of the 'Balance Type' attribute. The default value is"None"
. The literals are from the enumerationDataCompositionBalanceType
.- Returns:
- the value of the 'Balance Type' attribute.
- See Also:
-
setBalanceType
Sets the value of the 'Balance Type
' attribute.- Parameters:
value
- the new value of the 'Balance Type' attribute.- See Also:
-
getAccountingBalanceType
DataCompositionAccountingBalanceType getAccountingBalanceType()Returns the value of the 'Accounting Balance Type' attribute. The default value is"None"
. The literals are from the enumerationDataCompositionAccountingBalanceType
.- Returns:
- the value of the 'Accounting Balance Type' attribute.
- See Also:
-
setAccountingBalanceType
Sets the value of the 'Accounting Balance Type
' attribute.- Parameters:
value
- the new value of the 'Accounting Balance Type' attribute.- See Also:
-
getAccountField
String getAccountField()Returns the value of the 'Account Field' attribute.- Returns:
- the value of the 'Account Field' attribute.
- See Also:
-
setAccountField
Sets the value of the 'Account Field
' attribute.- Parameters:
value
- the new value of the 'Account Field' attribute.- See Also:
-
isIgnoreNullValues
boolean isIgnoreNullValues()Returns the value of the 'Ignore Null Values' attribute. The default value is"false"
.- Returns:
- the value of the 'Ignore Null Values' attribute.
- See Also:
-
setIgnoreNullValues
void setIgnoreNullValues(boolean value) Sets the value of the 'Ignore Null Values
' attribute.- Parameters:
value
- the new value of the 'Ignore Null Values' attribute.- See Also:
-
isRequired
boolean isRequired()Returns the value of the 'Required' attribute. The default value is"false"
.- Returns:
- the value of the 'Required' attribute.
- See Also:
-
setRequired
void setRequired(boolean value) Sets the value of the 'Required
' attribute.- Parameters:
value
- the new value of the 'Required' attribute.- See Also:
-
isDimensionAttribute
boolean isDimensionAttribute()Returns the value of the 'Dimension Attribute' attribute. The default value is"false"
.- Returns:
- the value of the 'Dimension Attribute' attribute.
- See Also:
-
setDimensionAttribute
void setDimensionAttribute(boolean value) Sets the value of the 'Dimension Attribute
' attribute.- Parameters:
value
- the new value of the 'Dimension Attribute' attribute.- See Also:
-