Uses of Class
com.primavera.integration.client.bo.enm.DocumentType
Packages that use DocumentType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of DocumentType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as DocumentTypeModifier and TypeFieldDescriptionstatic final DocumentTypeDocumentType.COLLABORATIONstatic final DocumentTypeDocumentType.NON_COLLABORATIONstatic final DocumentTypeDocumentType.NULLstatic final DocumentTypeDocumentType.REPOSITORY_DOCUMENTMethods in com.primavera.integration.client.bo.enm that return DocumentTypeModifier and TypeMethodDescriptionstatic DocumentTypeDocumentType.getDocumentType(int iDocumentType) Gets an instance of DocumentType based on the integer value specified.static DocumentTypeDocumentType.getDocumentType(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 DocumentTypeModifier and TypeMethodDescriptionDocument.getDocumentType()Gets the type of document: 'Non-Collaboration' or 'Collaboration'.Methods in com.primavera.integration.client.bo.object with parameters of type DocumentTypeModifier and TypeMethodDescriptionvoidDocument.setDocumentType(DocumentType enm) Sets the type of document: 'Non-Collaboration' or 'Collaboration'.