public static final class IEssCube.EEssImpliedShare extends java.lang.Object implements IEssEnum
Modifier and Type | Field and Description |
---|---|
static IEssCube.EEssImpliedShare |
ESS_IMPLIEDSHARE_DEFAULT
Can be set using setImpliedShare, immediately gets converted to either _ON or _OFF
|
static int |
ESS_IMPLIEDSHARE_DEFAULT_INT_VALUE |
static IEssCube.EEssImpliedShare |
ESS_IMPLIEDSHARE_DEFAULT_OFF
Return value only available using getImpliedShare.
|
static int |
ESS_IMPLIEDSHARE_DEFAULT_OFF_INT_VALUE |
static IEssCube.EEssImpliedShare |
ESS_IMPLIEDSHARE_DEFAULT_ON
Return value only available using getImpliedShare.
|
static int |
ESS_IMPLIEDSHARE_DEFAULT_ON_INT_VALUE |
static IEssCube.EEssImpliedShare |
ESS_IMPLIEDSHARE_FORCE_OFF
Can be set using setImpliedShare.
|
static int |
ESS_IMPLIEDSHARE_FORCE_OFF_INT_VALUE |
static IEssCube.EEssImpliedShare |
ESS_IMPLIEDSHARE_FORCE_ON
Can be set using setImpliedShare.
|
static int |
ESS_IMPLIEDSHARE_FORCE_ON_INT_VALUE |
Constructor and Description |
---|
EEssImpliedShare() |
Modifier and Type | Method and Description |
---|---|
IEssEnum |
fromInt(int intValue)
Gets the IEssEnum from the int value.
|
IEssEnum |
fromString(java.lang.String strValue)
Gets the IEssEnum from the String display value.
|
int |
getCountPossibleValues()
Gets the count of possible values of the enumeration.
|
java.lang.String[] |
getPossibleValues()
Gets the list of possible values of the enumeration.
|
int |
intValue()
Gets the int value of the IEssEnum.
|
static IEssCube.EEssImpliedShare |
sm_fromInt(int intValue)
Gets an enumeration object from its int value.
|
static IEssCube.EEssImpliedShare |
sm_fromString(java.lang.String strValue)
Gets an enumeration object from its string display value.
|
static IEssCube.EEssImpliedShare[] |
sm_values()
Gets all the enumeration objects.
|
java.lang.String |
stringValue()
Gets the String display value of the IEssEnum.
|
java.lang.String |
toString() |
public static final IEssCube.EEssImpliedShare ESS_IMPLIEDSHARE_DEFAULT
public static final IEssCube.EEssImpliedShare ESS_IMPLIEDSHARE_DEFAULT_ON
public static final IEssCube.EEssImpliedShare ESS_IMPLIEDSHARE_DEFAULT_OFF
public static final IEssCube.EEssImpliedShare ESS_IMPLIEDSHARE_FORCE_ON
public static final IEssCube.EEssImpliedShare ESS_IMPLIEDSHARE_FORCE_OFF
public static final int ESS_IMPLIEDSHARE_DEFAULT_INT_VALUE
public static final int ESS_IMPLIEDSHARE_DEFAULT_ON_INT_VALUE
public static final int ESS_IMPLIEDSHARE_DEFAULT_OFF_INT_VALUE
public static final int ESS_IMPLIEDSHARE_FORCE_ON_INT_VALUE
public static final int ESS_IMPLIEDSHARE_FORCE_OFF_INT_VALUE
public static IEssCube.EEssImpliedShare sm_fromString(java.lang.String strValue) throws com.essbase.api.base.EssException
strValue
- The string display value.com.essbase.api.base.EssException
- if an error occurs.public static IEssCube.EEssImpliedShare sm_fromInt(int intValue) throws com.essbase.api.base.EssException
intValue
- The int value.com.essbase.api.base.EssException
- if an error occurs.public static IEssCube.EEssImpliedShare[] sm_values() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.public java.lang.String stringValue() throws com.essbase.api.base.EssException
IEssEnum
stringValue
in interface IEssEnum
EssException
- if an error occurs.public int intValue() throws com.essbase.api.base.EssException
IEssEnum
public IEssEnum fromInt(int intValue) throws com.essbase.api.base.EssException
IEssEnum
public IEssEnum fromString(java.lang.String strValue) throws com.essbase.api.base.EssException
IEssEnum
fromString
in interface IEssEnum
strValue
- The String display value.EssException
- if an error occurs.public int getCountPossibleValues() throws com.essbase.api.base.EssException
IEssEnum
getCountPossibleValues
in interface IEssEnum
EssException
- if an error occurs.public java.lang.String[] getPossibleValues() throws com.essbase.api.base.EssException
IEssEnum
getPossibleValues
in interface IEssEnum
EssException
- if an error occurs.public java.lang.String toString()
toString
in class java.lang.Object