|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.cal.runtime.CalValue
public abstract class CalValue
This is the base class used by CAL for values.
| Nested Class Summary | |
|---|---|
static class |
CalValue.DataType
An enumeration for the underlying value type of an internal value. |
| Constructor Summary | |
|---|---|
CalValue()
|
|
| Method Summary | |
|---|---|
abstract CalValue |
debug_getChild(int childN)
Warning: for debugging use only. |
abstract String |
debug_getChildPrefixText(int childN)
Warning: for debugging use only. |
abstract MachineType |
debug_getMachineType()
|
abstract int |
debug_getNChildren()
Warning: for debugging use only. |
abstract String |
debug_getNodeEndText()
Warning: for debugging use only. |
abstract String |
debug_getNodeStartText()
Warning: for debugging use only. |
abstract boolean |
debug_isIndirectionNode()
Warning: for debugging use only. |
boolean |
equals(Object other)
|
abstract CalValue.DataType |
getDataType()
Returns the type of the underlying value associated with this CalValue. |
int |
hashCode()
|
abstract CalValue |
internalUnwrapOpaque()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CalValue()
| Method Detail |
|---|
public abstract int debug_getNChildren()
public abstract CalValue debug_getChild(int childN)
childN - the zero-based child number
public abstract String debug_getNodeStartText()
public abstract String debug_getNodeEndText()
public abstract String debug_getChildPrefixText(int childN)
childN -
public abstract boolean debug_isIndirectionNode()
public abstract CalValue.DataType getDataType()
CalValue.DataType.OTHER should be returned.
public final String toString()
toString in class Objectpublic final boolean equals(Object other)
equals in class Objectpublic final int hashCode()
hashCode in class Objectpublic abstract CalValue internalUnwrapOpaque()
public abstract MachineType debug_getMachineType()
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||