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 Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.