public class ConstantDef extends ExpressionDef
ConstantDef(String value, Class<?> type)
Class<?>
getType()
String
getValue()
toString()
<U> U
transform(ElemValueTransformer<U> transformer)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ConstantDef(String value, Class<?> type)
public Class<?> getType()
public String getValue()
public String toString()
toString
Object
public <U> U transform(ElemValueTransformer<U> transformer)
Copyright © 2002–2016. All rights reserved.