public final class ApplicationStructure extends Object
Modifier and Type | Field and Description |
---|---|
static ApplicationStructure |
EPMA
Specifies the EPMA in ADS structure.
|
static ApplicationStructure |
ESSBASE
Specifies the Essbase Excel structure for both xls and xlsx.
|
static ApplicationStructure |
HFM
Specifies the HFM XML structure.
|
static ApplicationStructure |
HFM_EPMA
Specifies the EPMA in HFM XML structure.
|
static ApplicationStructure |
HFM_ESSBASE
Specifies the Essbase in HFM XML structure.
|
static ApplicationStructure |
HFM_PLANNING
Specifies the Planning in HFM XML structure.
|
static ApplicationStructure |
PLANNING
Specifies the Planning XML structure.
|
static ApplicationStructure |
UNKNOWN
Specifies an unidentified structure.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEPMA()
Returns
true if the application structure is EPMA. |
boolean |
isESSBASE()
Returns
true if the application structure is ESSBASE. |
boolean |
isHFM_EPMA()
Returns
true if the application structure is HFM_EPMA. |
boolean |
isHFM_ESSBASE()
Returns
true if the application structure is HFM_ESSBASE. |
boolean |
isHFM_PLANNING()
Returns
true if the application structure is HFM_PLANNING. |
boolean |
isHFM()
Returns
true if the application structure is HFM. |
boolean |
isPLANNING()
Returns
true if the application structure is PLANNING. |
static ApplicationStructure |
parse(String value)
Returns the application structure instance corresponding to the specified value.
|
String |
toString()
Returns the application structure's
String value. |
public static final ApplicationStructure EPMA
public static final ApplicationStructure HFM
public static final ApplicationStructure HFM_ESSBASE
public static final ApplicationStructure PLANNING
public static final ApplicationStructure HFM_PLANNING
public static final ApplicationStructure ESSBASE
public static final ApplicationStructure HFM_EPMA
public static final ApplicationStructure UNKNOWN
public static ApplicationStructure parse(String value)
public boolean isHFM()
true
if the application structure is HFM.public boolean isHFM_ESSBASE()
true
if the application structure is HFM_ESSBASE.public boolean isESSBASE()
true
if the application structure is ESSBASE.public boolean isPLANNING()
true
if the application structure is PLANNING.public boolean isHFM_PLANNING()
true
if the application structure is HFM_PLANNING.public boolean isEPMA()
true
if the application structure is EPMA.public boolean isHFM_EPMA()
true
if the application structure is HFM_EPMA.