org.openfast.template.operator
Class Operator
java.lang.Object
org.openfast.template.operator.Operator
- All Implemented Interfaces:
- java.io.Serializable
public class Operator
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
Operator(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NONE
public static final Operator NONE
CONSTANT
public static final Operator CONSTANT
DEFAULT
public static final Operator DEFAULT
COPY
public static final Operator COPY
INCREMENT
public static final Operator INCREMENT
DELTA
public static final Operator DELTA
TAIL
public static final Operator TAIL
Operator
public Operator(java.lang.String name)
getOperator
public static Operator getOperator(java.lang.String name)
getCodec
public OperatorCodec getCodec(Type type)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getName
public java.lang.String getName()
shouldStoreValue
public boolean shouldStoreValue(ScalarValue value)
validate
public void validate(Scalar scalar)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
usesDictionary
public boolean usesDictionary()
Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.