|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentType | |
---|---|
com.primavera.integration.client.bo.enm | Typesafe enumerations |
com.primavera.integration.client.bo.object | Client business object classes |
Uses of DocumentType in com.primavera.integration.client.bo.enm |
---|
Fields in com.primavera.integration.client.bo.enm declared as DocumentType | |
---|---|
static DocumentType |
DocumentType.COLLABORATION
|
static DocumentType |
DocumentType.NON_COLLABORATION
|
static DocumentType |
DocumentType.NULL
|
Methods in com.primavera.integration.client.bo.enm that return DocumentType | |
---|---|
static DocumentType |
DocumentType.getDocumentType(int iDocumentType)
Gets an instance of DocumentType based on the integer value specified. |
static DocumentType |
DocumentType.getDocumentType(java.lang.String sDocumentType)
Gets an instance of DocumentType based on the String value specified. |
Uses of DocumentType in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return DocumentType | |
---|---|
DocumentType |
Document.getDocumentType()
Gets the type of document: 'Non-Collaboration' or 'Collaboration'. |
Methods in com.primavera.integration.client.bo.object with parameters of type DocumentType | |
---|---|
void |
Document.setDocumentType(DocumentType enm)
Sets the type of document: 'Non-Collaboration' or 'Collaboration'. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |