|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.api.base.IEssProperties.EEssPropertyMode
public static final class IEssProperties.EEssPropertyMode
The EEssPropertyMode is an enumeration of property modes.
Field Summary | |
---|---|
static IEssProperties.EEssPropertyMode |
NO_ACCESS Property mode: No access. |
static int |
NO_ACCESS_INT_VALUE Property mode (int value): No access. |
static IEssProperties.EEssPropertyMode |
READ_ONLY Property mode: Read only. |
static int |
READ_ONLY_INT_VALUE Property mode (int value): Read only. |
static IEssProperties.EEssPropertyMode |
READ_WRITE Property mode: Read and write. |
static int |
READ_WRITE_INT_VALUE Property mode (int value): Read and write. |
static IEssProperties.EEssPropertyMode |
WRITE_ONLY Property mode: Write only. |
static int |
WRITE_ONLY_INT_VALUE Property mode (int value): Write only. |
Constructor Summary | |
---|---|
IEssProperties.EEssPropertyMode() |
Method Summary | |
---|---|
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 IEssProperties.EEssPropertyMode |
sm_fromInt(int intValue) Gets an enumeration object from its int value. |
static IEssProperties.EEssPropertyMode |
sm_fromString(java.lang.String strValue) Gets an enumeration object from its string display value. |
static IEssProperties.EEssPropertyMode[] |
sm_values() Gets all the enumeration objects. |
java.lang.String |
stringValue() Gets the String display value of the IEssEnum. |
java.lang.String |
toString() |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final IEssProperties.EEssPropertyMode NO_ACCESS
public static final IEssProperties.EEssPropertyMode READ_ONLY
public static final IEssProperties.EEssPropertyMode READ_WRITE
public static final IEssProperties.EEssPropertyMode WRITE_ONLY
public static final int NO_ACCESS_INT_VALUE
public static final int READ_ONLY_INT_VALUE
public static final int READ_WRITE_INT_VALUE
public static final int WRITE_ONLY_INT_VALUE
Constructor Detail |
---|
public IEssProperties.EEssPropertyMode()
Method Detail |
---|
public static IEssProperties.EEssPropertyMode sm_fromString(java.lang.String strValue) throws com.essbase.api.base.EssException
strValue
- The string display value.EssException
- if an error occurs.public static IEssProperties.EEssPropertyMode sm_fromInt(int intValue) throws com.essbase.api.base.EssException
intValue
- The int value.EssException
- if an error occurs.public static IEssProperties.EEssPropertyMode[] sm_values() throws com.essbase.api.base.EssException
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
intValue
in interface IEssEnum
EssException
- if an error occurs.public IEssEnum fromInt(int intValue) throws com.essbase.api.base.EssException
IEssEnum
fromInt
in interface IEssEnum
intValue
- The int value.EssException
- if an error occurs.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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |