public final class ADSSectionEnumeration extends Object
Modifier and Type | Field and Description |
---|---|
static ADSSectionEnumeration |
DIMENSION_ASSOCIATIONS |
static ADSSectionEnumeration |
DIMENSIONS |
static ADSSectionEnumeration |
HIERARCHIES |
static ADSSectionEnumeration |
MEMBERS |
static ADSSectionEnumeration |
PROPERTY_ARRAY |
static ADSSectionEnumeration |
SECTION |
static ADSSectionEnumeration |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns
true if the object is equal to the obj , otherwise returns false . |
String |
getName()
Returns ADS section name.
|
int |
hashCode() |
boolean |
isDimensionAssociations()
Returns
true if the DimensionAssociations exist, otherwise returns false . |
boolean |
isDimensions()
Returns
true if the Dimension exists, otherwise returns false . |
boolean |
isHierarchies()
Returns
true if the Hierarchies exist, otherwise returns false . |
boolean |
isMembers()
Returns
true if the Members exist, otherwise returns false . |
boolean |
isPropertyArray()
Returns
true if the PropertyArray exists, otherwise returns false . |
boolean |
isSection()
Returns
true if the Section exist, otherwise returns false . |
boolean |
isUnknown()
Returns
true if all others do not exist, otherwise returns false . |
static ADSSectionEnumeration |
parse(String value) |
String |
toString()
Returns the ADS section in the form of a formatted string.
|
public static final ADSSectionEnumeration SECTION
public static final ADSSectionEnumeration MEMBERS
public static final ADSSectionEnumeration HIERARCHIES
public static final ADSSectionEnumeration PROPERTY_ARRAY
public static final ADSSectionEnumeration DIMENSIONS
public static final ADSSectionEnumeration DIMENSION_ASSOCIATIONS
public static final ADSSectionEnumeration UNKNOWN
public static ADSSectionEnumeration parse(String value)
public String getName()
public boolean isMembers()
true
if the Members
exist, otherwise returns false
.public boolean isHierarchies()
true
if the Hierarchies
exist, otherwise returns false
.public boolean isPropertyArray()
true
if the PropertyArray
exists, otherwise returns false
.public boolean isDimensions()
true
if the Dimension
exists, otherwise returns false
.public boolean isDimensionAssociations()
true
if the DimensionAssociations
exist, otherwise returns false
.public boolean isSection()
true
if the Section
exist, otherwise returns false
.public boolean isUnknown()
true
if all others do not exist, otherwise returns false
.public boolean equals(Object obj)
true
if the object
is equal to the obj
, otherwise returns false
.