Primavera Integration API 7.0

com.primavera.integration.client.bo.enm
Class DefaultRateType

java.lang.Object
  extended by com.primavera.integration.client.bo.enm.EnumType
      extended by com.primavera.integration.client.bo.enm.DefaultRateType

public class DefaultRateType
extends EnumType

Default rate type enumerations are used with baseline projects and projects for specifying the default resource assignment rate type used when adding assignments to a project. Valid values are 'Price / Unit', 'Price / Unit2', 'Price / Unit3', 'Price / Unit4', and 'Price / Unit5'.

To use an enumeration in a where clause, make sure you use the internal database value. This can be retrieved from a particular enum instance by calling getValue().


Field Summary
static DefaultRateType COSTPERQTY
           
static DefaultRateType COSTPERQTY2
           
static DefaultRateType COSTPERQTY3
           
static DefaultRateType COSTPERQTY4
           
static DefaultRateType COSTPERQTY5
           
static DefaultRateType NULL
           
 
Method Summary
static DefaultRateType getDefaultRateType(int iDefaultRateType)
          Gets an instance of DefaultRateType based on the integer value specified.
static DefaultRateType getDefaultRateType(java.lang.String sDefaultRateType)
          Gets an instance of DefaultRateType based on the String value specified.
 java.lang.String getDescription()
          Gets the description of this DefaultRateType instance
static java.lang.String[] getEnumDescriptions()
          Gets an array of all descriptions for this enumeration
static java.lang.String[] getEnumValues()
          Gets an array of all internal values for this enumeration
 java.lang.String getValue()
          Gets the internal value of this DefaultRateType instance
 java.lang.String toString()
          Returns a string representation of the object, which is the same as the description returned by the getDescription() method
 
Methods inherited from class com.primavera.integration.client.bo.enm.EnumType
equals, hashCode, intValue
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NULL

public static final DefaultRateType NULL

COSTPERQTY

public static final DefaultRateType COSTPERQTY

COSTPERQTY2

public static final DefaultRateType COSTPERQTY2

COSTPERQTY3

public static final DefaultRateType COSTPERQTY3

COSTPERQTY4

public static final DefaultRateType COSTPERQTY4

COSTPERQTY5

public static final DefaultRateType COSTPERQTY5
Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object, which is the same as the description returned by the getDescription() method

Overrides:
toString in class java.lang.Object
Returns:
String a string representation of the object

getValue

public java.lang.String getValue()
Gets the internal value of this DefaultRateType instance

Specified by:
getValue in class EnumType
Returns:
String the internal value

getDescription

public java.lang.String getDescription()
Gets the description of this DefaultRateType instance

Specified by:
getDescription in class EnumType
Returns:
String the description

getDefaultRateType

public static DefaultRateType getDefaultRateType(java.lang.String sDefaultRateType)
Gets an instance of DefaultRateType based on the String value specified.

Parameters:
sDefaultRateType - the internal value or description
Returns:
DefaultRateType the unique DefaultRateType instance

getDefaultRateType

public static DefaultRateType getDefaultRateType(int iDefaultRateType)
Gets an instance of DefaultRateType based on the integer value specified.

Parameters:
iDefaultRateType - an integer representing a particular value of this class. This value is also used when exporting to XML.
Returns:
DefaultRateType the unique DefaultRateType instance

getEnumValues

public static java.lang.String[] getEnumValues()
Gets an array of all internal values for this enumeration

Returns:
String[] an array of all internal values

getEnumDescriptions

public static java.lang.String[] getEnumDescriptions()
Gets an array of all descriptions for this enumeration

Returns:
String[] an array of all descriptions

Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.