| Package | Description |
|---|---|
| com.primavera.integration.client.bo.enm |
Typesafe enumerations
|
| com.primavera.integration.client.bo.object |
Client business object classes
|
| Modifier and Type | Field and Description |
|---|---|
static DocumentType |
DocumentType.COLLABORATION |
static DocumentType |
DocumentType.NON_COLLABORATION |
static DocumentType |
DocumentType.NULL |
static DocumentType |
DocumentType.REPOSITORY_DOCUMENT |
| Modifier and Type | Method and Description |
|---|---|
static DocumentType |
DocumentType.getDocumentType(int iDocumentType)
Gets an instance of DocumentType based on the integer value specified.
|
static DocumentType |
DocumentType.getDocumentType(String sDocumentType)
Gets an instance of DocumentType based on the String value specified.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
Document.getDocumentType()
Gets the type of document: 'Non-Collaboration' or 'Collaboration'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setDocumentType(DocumentType enm)
Sets the type of document: 'Non-Collaboration' or 'Collaboration'.
|
Copyright © 2003, 2024, Oracle and/or its affiliates.
Oracle®, Java, and MySQL are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.