public class BaseLiteralArgument extends BaseStaticArgument implements LiteralArgument
Constructor and Description |
---|
BaseLiteralArgument(String name,
QName type,
Serializable value) |
Modifier and Type | Method and Description |
---|---|
QName |
getType() |
Serializable |
getValue(FunctionEvaluationContext context) |
String |
toString() |
getName, isOrderable, isQueryable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, isOrderable, isQueryable
public BaseLiteralArgument(String name, QName type, Serializable value)
public Serializable getValue(FunctionEvaluationContext context)
public QName getType()
getType
in interface LiteralArgument
Copyright © 2005–2020 Alfresco Software. All rights reserved.