public interface IEssGeneration extends IEssBaseObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActualName()
Gets the actual generation name.
|
java.lang.String |
getDefaultName()
Gets the default generation name.
|
java.lang.String |
getName()
Gets the generation name.
|
int |
getNumber()
Gets the generation number.
|
boolean |
isUnique()
Returns if the Uniqueness at Generation is enabled or disabled.
|
java.lang.String getName()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.java.lang.String getDefaultName()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.java.lang.String getActualName()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.int getNumber()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.boolean isUnique()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.