Module xl.compiler

Class ShortConst

All Implemented Interfaces:
Manageable, PersistenceCapable, Shareable, TypeId, UserFields, XObject, Map, Constant, ExpressionFactory, ValueObserver, Serializable, Cloneable

public class ShortConst extends EvalExpression implements Constant
See Also:
  • Field Details

    • value

      public short value
  • Constructor Details

    • ShortConst

      public ShortConst()
    • ShortConst

      public ShortConst(short value)
  • Method Details