Skip navigation links
com.essbase.eas.essbase.defs.outline
Class TimeBalance
java.lang.Object
com.essbase.eas.essbase.defs.outline.TimeBalance
- All Implemented Interfaces:
- XmlRepresentable, java.io.Serializable, java.lang.Cloneable
-
public final class TimeBalance
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable, XmlRepresentable
This class encapsulates the Essbase outline concept of time balance rules. 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 |
NONE_VALUE
public static final short NONE_VALUE
-
- See Also:
- Constant Field Values
FIRST_VALUE
public static final short FIRST_VALUE
-
- See Also:
- Constant Field Values
LAST_VALUE
public static final short LAST_VALUE
-
- See Also:
- Constant Field Values
AVERAGE_VALUE
public static final short AVERAGE_VALUE
-
- See Also:
- Constant Field Values
NONE
public static final TimeBalance NONE
FIRST
public static final TimeBalance FIRST
LAST
public static final TimeBalance LAST
AVERAGE
public static final TimeBalance AVERAGE
TimeBalance
public TimeBalance()
TimeBalance
public TimeBalance(short value)
TimeBalance
public TimeBalance(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 TimeBalance getObjectFor(TimeBalance value)
getObjectFor
public static TimeBalance 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.