LibreOffice Module unotest (master) 1
Static Public Attributes | Private Member Functions | List of all members
org.openoffice.test.tools.DocumentType Class Reference

a helper "enumeration class" for classifying a document type More...

Inheritance diagram for org.openoffice.test.tools.DocumentType:
[legend]
Collaboration diagram for org.openoffice.test.tools.DocumentType:
[legend]

Static Public Attributes

static final DocumentType WRITER = new DocumentType(0)
 
static final DocumentType CALC = new DocumentType(1)
 
static final DocumentType DRAWING = new DocumentType(2)
 
static final DocumentType XMLFORM = new DocumentType(3)
 
static final DocumentType PRESENTATION = new DocumentType(4)
 
static final DocumentType FORMULA = new DocumentType(5)
 
static final DocumentType UNKNOWN = new DocumentType(-1)
 

Private Member Functions

 DocumentType (int value)
 

Detailed Description

a helper "enumeration class" for classifying a document type

Definition at line 22 of file DocumentType.java.

Constructor & Destructor Documentation

◆ DocumentType()

org.openoffice.test.tools.DocumentType.DocumentType ( int  value)
inlineprivate

Definition at line 24 of file DocumentType.java.

References value.

Member Data Documentation

◆ CALC

final DocumentType org.openoffice.test.tools.DocumentType.CALC = new DocumentType(1)
static

◆ DRAWING

final DocumentType org.openoffice.test.tools.DocumentType.DRAWING = new DocumentType(2)
static

◆ FORMULA

final DocumentType org.openoffice.test.tools.DocumentType.FORMULA = new DocumentType(5)
static

◆ PRESENTATION

final DocumentType org.openoffice.test.tools.DocumentType.PRESENTATION = new DocumentType(4)
static

◆ UNKNOWN

final DocumentType org.openoffice.test.tools.DocumentType.UNKNOWN = new DocumentType(-1)
static

Definition at line 35 of file DocumentType.java.

Referenced by org.openoffice.test.tools.OfficeDocument.classify().

◆ WRITER

final DocumentType org.openoffice.test.tools.DocumentType.WRITER = new DocumentType(0)
static

◆ XMLFORM

final DocumentType org.openoffice.test.tools.DocumentType.XMLFORM = new DocumentType(3)
static

The documentation for this class was generated from the following file: