Uses of Class
com.tc.object.LiteralValues

Packages that use LiteralValues
com.tc.object   
 

Uses of LiteralValues in com.tc.object
 

Methods in com.tc.object that return LiteralValues
static LiteralValues LiteralValues.valueFor(java.lang.Object pojo)
          Determine LiteralValue code for an instance object
static LiteralValues LiteralValues.valueForClassName(java.lang.String className)
          Get literal value code for class name
static LiteralValues LiteralValues.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LiteralValues[] LiteralValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.