com.haley.haleyrules
Interface TemplateFieldTypes


public interface TemplateFieldTypes

The TemplateFieldTypes interface provides the constants that can be returned by TemplateField.getType().

See Also:
TemplateField.getType()

Field Summary
static byte ANY_FIELD
           
static byte BOOLEAN_FIELD
           
static byte DATE_FIELD
           
static byte ELEMENT_FIELD
           
static byte INTEGER_FIELD
           
static byte NUMBER_FIELD
           
static byte POINTER_FIELD
           
static byte REAL_FIELD
           
static byte SEQUENCE_FIELD
           
static byte SYMBOL_FIELD
           
static byte TIME_FIELD
           
static byte UNKNOWN
           
 

Field Detail

UNKNOWN

public static final byte UNKNOWN
See Also:
Constant Field Values

BOOLEAN_FIELD

public static final byte BOOLEAN_FIELD
See Also:
Constant Field Values

DATE_FIELD

public static final byte DATE_FIELD
See Also:
Constant Field Values

TIME_FIELD

public static final byte TIME_FIELD
See Also:
Constant Field Values

INTEGER_FIELD

public static final byte INTEGER_FIELD
See Also:
Constant Field Values

REAL_FIELD

public static final byte REAL_FIELD
See Also:
Constant Field Values

NUMBER_FIELD

public static final byte NUMBER_FIELD
See Also:
Constant Field Values

SYMBOL_FIELD

public static final byte SYMBOL_FIELD
See Also:
Constant Field Values

POINTER_FIELD

public static final byte POINTER_FIELD
See Also:
Constant Field Values

ELEMENT_FIELD

public static final byte ELEMENT_FIELD
See Also:
Constant Field Values

SEQUENCE_FIELD

public static final byte SEQUENCE_FIELD
See Also:
Constant Field Values

ANY_FIELD

public static final byte ANY_FIELD
See Also:
Constant Field Values


Copyright © 1998-2006 Haley Systems, Inc. All Rights Reserved.