Class ActivityConstants.OpenOfficeMetaData
- java.lang.Object
-
- de.aristaflow.adept2.model.globals.ActivityConstants.OpenOfficeMetaData
-
- Enclosing class:
- ActivityConstants
public static class ActivityConstants.OpenOfficeMetaData extends Object
Constants for meta data entries of activities, used by the OpenOfficeIntegration. TODO move these constants to the open office package
-
-
Field Summary
Fields Modifier and Type Field Description static String
NEW_DOCUMENT_TEMPLATE_URI
The URI to the template of a new document.static String
NEW_DOCUMENT_TYPE
The type of a new document.static String
PREFIX
Deprecated.there are no prefixes any more
-
Constructor Summary
Constructors Constructor Description OpenOfficeMetaData()
-
-
-
Field Detail
-
PREFIX
@Deprecated public static final String PREFIX
Deprecated.there are no prefixes any moreThe prefix, preceeding all keys.- See Also:
- Constant Field Values
-
NEW_DOCUMENT_TYPE
public static final String NEW_DOCUMENT_TYPE
The type of a new document.- See Also:
- Constant Field Values
-
NEW_DOCUMENT_TEMPLATE_URI
public static final String NEW_DOCUMENT_TEMPLATE_URI
The URI to the template of a new document.- See Also:
- Constant Field Values
-
-