org.mule.common.query.expression
Class IdentifierValue

java.lang.Object
  extended by org.mule.common.query.expression.Value<String>
      extended by org.mule.common.query.expression.IdentifierValue

public class IdentifierValue
extends Value<String>


Constructor Summary
protected IdentifierValue(String value)
           
 
Method Summary
static IdentifierValue fromLiteral(String value)
           
 
Methods inherited from class org.mule.common.query.expression.Value
getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentifierValue

protected IdentifierValue(String value)
Method Detail

fromLiteral

public static IdentifierValue fromLiteral(String value)


Copyright © 2015 MuleSoft, Inc.. All rights reserved.