com.ibm.ftt.projects.core
Interface ILogicalConstants


public interface ILogicalConstants

A set of constants useful for obtaining factories for projects and subprojects.

See Also:
com.ibm.ftt.api.samples.resources.CreateLogicalResourceAction

Field Summary
static String COPY_RIGHT
           
static String PROJECT_TYPE_ZOS
          Used to specify a z/OS Project type
static String SUBPROJECT_TYPE_ZOS
          Used to specify an MVS Subproject type
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values

PROJECT_TYPE_ZOS

static final String PROJECT_TYPE_ZOS
Used to specify a z/OS Project type

See Also:
Constant Field Values

SUBPROJECT_TYPE_ZOS

static final String SUBPROJECT_TYPE_ZOS
Used to specify an MVS Subproject type

See Also:
Constant Field Values