[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Create a placeholder instance for the primitive Java type passed in. Returns null if the type passed in is not a primitive type.

Namespace: net.esper.type
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Create ( _
	type As Type _
) As PrimitiveValue
C#
public static PrimitiveValue Create (
	Type type
)
Visual C++
public:
static PrimitiveValue^ Create (
	Type^ type
)

Parameters

type
System.Type
is a fundamental Java

Return Value

instance of placeholder representing the type, or null if not a primitive type