net.esper.type
Class PrimitiveValueFactory

java.lang.Object
  extended by net.esper.type.PrimitiveValueFactory

public final class PrimitiveValueFactory
extends Object

Factory class for PrimitiveValue for all fundamental Java types.


Constructor Summary
PrimitiveValueFactory()
           
 
Method Summary
static PrimitiveValue create(Class type)
          Create a placeholder instance for the primitive Java type passed in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveValueFactory

public PrimitiveValueFactory()
Method Detail

create

public static PrimitiveValue create(Class type)
Create a placeholder instance for the primitive Java type passed in. Returns null if the type passed in is not a primitive type.

Parameters:
type - is a fundamental Java
Returns:
instance of placeholder representing the type, or null if not a primitive type

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com