Skip navigation links
com.essbase.eas.essbase.defs.outline
Class LevelWeight
java.lang.Object
com.essbase.eas.essbase.defs.outline.LevelWeight
- All Implemented Interfaces:
- XmlRepresentable, java.io.Serializable, java.lang.Cloneable
-
public class LevelWeight
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable, XmlRepresentable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NOT_SET_VALUE
public static final short NOT_SET_VALUE
-
- See Also:
- Constant Field Values
DEFAULT_VALUE
public static final short DEFAULT_VALUE
-
- See Also:
- Constant Field Values
ALL_VALUE
public static final short ALL_VALUE
-
- See Also:
- Constant Field Values
NOT_AGGREGATION_VALUE
public static final short NOT_AGGREGATION_VALUE
-
- See Also:
- Constant Field Values
BOTTOM_ONLY_VALUE
public static final short BOTTOM_ONLY_VALUE
-
- See Also:
- Constant Field Values
TOP_ONLY_VALUE
public static final short TOP_ONLY_VALUE
-
- See Also:
- Constant Field Values
BOTTOM_TOP_VALUE
public static final short BOTTOM_TOP_VALUE
-
- See Also:
- Constant Field Values
NOT_SET
public static final LevelWeight NOT_SET
DEFAULT
public static final LevelWeight DEFAULT
ALL
public static final LevelWeight ALL
NO_AGGREGATION
public static final LevelWeight NO_AGGREGATION
TOP_LEVEL
public static final LevelWeight TOP_LEVEL
BOTTOM_TOP
public static final LevelWeight BOTTOM_TOP
BOTTOM_LEVEL
public static final LevelWeight BOTTOM_LEVEL
LevelWeight
public LevelWeight()
LevelWeight
public LevelWeight(short value)
LevelWeight
public LevelWeight(java.lang.String value)
getValue
public short getValue()
setValue
public void setValue(short value)
equals
public boolean equals(java.lang.Object obj)
-
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object
toDisplayString
public java.lang.String toDisplayString()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
-
- Overrides:
clone in class java.lang.Object
-
- Throws:
java.lang.CloneNotSupportedException
getObjectFor
public static LevelWeight getObjectFor(LevelWeight value)
getObjectFor
public static LevelWeight getObjectFor(short value)
getXMLValue
public java.lang.Object getXMLValue()
-
- Specified by:
getXMLValue in interface XmlRepresentable
getObjectForXMLValue
public java.lang.Object getObjectForXMLValue(java.lang.Object o)
-
- Specified by:
getObjectForXMLValue in interface XmlRepresentable
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.