|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnitType | |
---|---|
com.primavera.integration.client.bo.enm | Typesafe enumerations |
com.primavera.integration.client.bo.object | Client business object classes |
Uses of UnitType in com.primavera.integration.client.bo.enm |
---|
Fields in com.primavera.integration.client.bo.enm declared as UnitType | |
---|---|
static UnitType |
UnitType.DAY
|
static UnitType |
UnitType.HOUR
|
static UnitType |
UnitType.MONTH
|
static UnitType |
UnitType.NULL
|
static UnitType |
UnitType.WEEK
|
static UnitType |
UnitType.YEAR
|
Methods in com.primavera.integration.client.bo.enm that return UnitType | |
---|---|
static UnitType |
UnitType.getUnitType(int iUnitType)
Gets an instance of UnitType based on the integer value specified. |
static UnitType |
UnitType.getUnitType(java.lang.String sUnitType)
Gets an instance of UnitType based on the String value specified. |
Uses of UnitType in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return UnitType | |
---|---|
UnitType |
Project.getDefaultPriceTimeUnits()
Gets the time units associated with the project's default price per time. |
UnitType |
BaselineProject.getDefaultPriceTimeUnits()
Gets the time units associated with the project's default price per time. |
Methods in com.primavera.integration.client.bo.object with parameters of type UnitType | |
---|---|
void |
Project.setDefaultPriceTimeUnits(UnitType enm)
Sets the time units associated with the project's default price per time. |
void |
BaselineProject.setDefaultPriceTimeUnits(UnitType enm)
Sets the time units associated with the project's default price per time. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |