public class ODApplication
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
The description of the application.
|
char |
getDocumentType()
The document type stored in this application.
|
java.lang.String |
getExtension()
Get the File Extension as set for the specified OnDemand Application View Settings.
|
ODLogicalView |
getLogicalView(java.lang.String lvname)
Get the ODLogicalView object for the specified view.
|
java.util.Enumeration |
getLogicalViewNames()
Get the list of Logical View names that are defined to this Application.
|
java.lang.String |
getName()
The name of the application.
|
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getExtension()
public char getDocumentType()
ODConstant.FileTypeAFP,
ODConstant.FileTypeBMP,
ODConstant.FileTypeSCS_EXT,
ODConstant.FileTypeDJDE,
ODConstant.FileTypeEMAIL,
ODConstant.FileTypeJFIF,
ODConstant.FileTypeGIF,
ODConstant.FileTypeLINE,
ODConstant.FileTypeMETA,
ODConstant.FileTypeNONE,
ODConstant.FileTypePDF,
ODConstant.FileTypePNG,
ODConstant.FileTypeSCS,
ODConstant.FileTypeUSRDEF,
ODConstant.FileTypePCX,
ODConstant.FileTypeXMLpublic java.util.Enumeration getLogicalViewNames()
ODLogicalViewpublic ODLogicalView getLogicalView(java.lang.String lvname) throws java.lang.Exception
lvname - The LogicalView Namejava.lang.ExceptionODLogicalView(c)Copyright International Business Machines Corporation 2001, 2020. IBM Corp. All rights reserved.