com.plumtree.remote.prc
Class PropertyValueTypeIDs

java.lang.Object
  extended bycom.plumtree.remote.prc.PropertyValueTypeIDs

public class PropertyValueTypeIDs
extends java.lang.Object

Possible types of value for a property.


Field Summary
static int Date
          A Date.
static int Float
          A float.
static int Int
          An int.
static int Invalid
          Not a valid value type.
static int Ref
          A reference to another object.
static int String
          A String.
 
Constructor Summary
PropertyValueTypeIDs()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Invalid

public static final int Invalid
Not a valid value type.

See Also:
Constant Field Values

Int

public static final int Int
An int.

See Also:
Constant Field Values

Float

public static final int Float
A float.

See Also:
Constant Field Values

Date

public static final int Date
A Date.

See Also:
Constant Field Values

String

public static final int String
A String.

See Also:
Constant Field Values

Ref

public static final int Ref
A reference to another object.

See Also:
Constant Field Values
Constructor Detail

PropertyValueTypeIDs

public PropertyValueTypeIDs()


For additional information on the IDK, including tutorials, blogs, code samples and more, see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.