Skip navigation links
com.essbase.eas.essbase.defs.outline
Class OutlineType
java.lang.Object
com.essbase.eas.essbase.defs.outline.OutlineType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
-
public final class OutlineType
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
This class encapsulates the Essbase outline concept of outline type. It is patterned after the java.awt.Color class.
- Since:
- 6.5.1
- Version:
- 7.0.0
- Author:
- Hank Cox
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NORMAL
public static final OutlineType NORMAL
CURRENCY
public static final OutlineType CURRENCY
MDX
public static final OutlineType MDX
ASO
public static final OutlineType ASO
ROLAP
public static final OutlineType ROLAP
ASO71
public static final OutlineType ASO71
OutlineType
public OutlineType()
OutlineType
public OutlineType(short value)
OutlineType
public OutlineType(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
isNormal
public boolean isNormal()
isCurrency
public boolean isCurrency()
isASO
public boolean isASO()
isROLAP
public boolean isROLAP()
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
-
- Overrides:
clone in class java.lang.Object
-
- Throws:
java.lang.CloneNotSupportedException
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.