de.danet.an.workflow.api
Interface ProcessDefinition.PackageHeaderData

Enclosing interface:
ProcessDefinition

public static interface ProcessDefinition.PackageHeaderData

An interface providing the information from the package definition header section.


Method Summary
 java.lang.String costUnit()
          Units used in simulation data.
 java.lang.String created()
          Creation date of package definition.
 java.lang.String description()
          Short description of the package definition.
 java.lang.String documentation()
          Operating system specific path and -filename of help file/description file.
 java.lang.String priorityUnit()
          Units used in simulation data.
 java.lang.String vendor()
          Defines the origin of this model definition and contains vendor's name, vendor's product name and product's release number.
 java.lang.String xpdlVersion()
          Version of the process definition specification.
 

Method Detail

xpdlVersion

public java.lang.String xpdlVersion()
Version of the process definition specification.

Returns:
the version.

vendor

public java.lang.String vendor()
Defines the origin of this model definition and contains vendor's name, vendor's product name and product's release number.

Returns:
the vendor.

created

public java.lang.String created()
Creation date of package definition.

Returns:
the created time.

description

public java.lang.String description()
Short description of the package definition.

Returns:
the description.

documentation

public java.lang.String documentation()
Operating system specific path and -filename of help file/description file.

Returns:
the documentation.

priorityUnit

public java.lang.String priorityUnit()
Units used in simulation data.

Returns:
the priority unit.

costUnit

public java.lang.String costUnit()
Units used in simulation data.

Returns:
the cost unit.