|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.EnumeratedType
wt.projmgmt.msproject.TaskScope
This EnumeratedType
is used to specify the scope of a Microsoft
Project Plan
import or export operation. The scope determines
what objects are imported into a PTC Project Plan
or what
objects are exported to a Microsoft Project Plan
. For example,
this type can be used to specify whether:
Nested Class Summary |
Nested classes inherited from class wt.fc.EnumeratedType |
|
Field Summary | |
static TaskScope |
ALL
A scope that includes all tasks and milestones defined in the Microsoft
Project Plan . |
private static String |
CLASS_RESOURCE
|
private static String |
CLASSNAME
|
private static Hashtable |
localeSets
|
static TaskScope |
MILESTONE
A scope that includes only milestones defined in the Microsoft
Project Plan . |
static TaskScope |
MILESTONE_SUMMARY
A scope that includes only summary tasks and milestones defined in the Microsoft Project Plan . |
private static String |
RESOURCE
|
static TaskScope |
SUMMARY
A scope that includes only summary tasks defined in the Microsoft
Project Plan . |
static TaskScope |
TOP_MILESTONE
A scope that includes only the top-level milestones defined in the Microsoft
Project Plan . |
static TaskScope |
TOP_MILESTONE_SUMMARY
A scope that includes only the top-level summary tasks and milestones defined in the Microsoft Project Plan . |
static TaskScope |
TOP_SUMMARY
A scope that includes only the top-level summary tasks defined in the Microsoft Project Plan . |
private static EnumeratedType[] |
valueSet
|
Fields inherited from class wt.fc.EnumeratedType |
secretHandshake, SEP_CHAR |
Fields inherited from interface wt.meta.EnumeratedType |
DEFAULT_VALUE, ORDER, SELECTABLE |
Constructor Summary | |
protected |
TaskScope()
Used by sub-classes that need a default constructor. |
Method Summary | |
protected EnumeratedType[] |
getLocaleSet(Locale locale)
Returns the set of values (instances) for this instance, for the specified locale. |
static TaskScope |
getTaskScopeDefault()
Returns the default value (instance) for the TaskScope set. |
static TaskScope[] |
getTaskScopeSet()
Returns a copy of the set of valid values (instances) for the TaskScope class. |
EnumeratedType[] |
getValueSet()
Returns a copy of the set of valid values (instances) for this instance, for the current user locale. |
private static EnumeratedType[] |
initializeLocaleSet(Locale locale)
|
static TaskScope |
newTaskScope(int secretHandshake)
Used by EnumeratedType for constructing instances of TaskScope, from a resource bundle. |
static TaskScope |
toTaskScope(String internal_value)
Returns the TaskScope instance for the internal_value argument. |
protected EnumeratedType[] |
valueSet()
Returns a reference to the set of valid values (instances) for this instance. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String CLASS_RESOURCE
private static final EnumeratedType[] valueSet
private static Hashtable localeSets
public static final TaskScope ALL
Microsoft
Project Plan
.
public static final TaskScope MILESTONE_SUMMARY
Microsoft Project Plan
.
public static final TaskScope MILESTONE
Microsoft
Project Plan
.
public static final TaskScope SUMMARY
Microsoft
Project Plan
.
public static final TaskScope TOP_MILESTONE_SUMMARY
Microsoft Project Plan
.
public static final TaskScope TOP_MILESTONE
Microsoft
Project Plan
.
public static final TaskScope TOP_SUMMARY
Microsoft Project Plan
.
Constructor Detail |
protected TaskScope()
Method Detail |
public static TaskScope newTaskScope(int secretHandshake) throws IllegalAccessException
secretHandshake
-
IllegalAccessException
public static TaskScope toTaskScope(String internal_value) throws WTInvalidParameterException
internal_value
- The internal (persistent) value for a valid instance of TaskScope.
WTInvalidParameterException
public static TaskScope getTaskScopeDefault()
public static TaskScope[] getTaskScopeSet()
public EnumeratedType[] getValueSet()
getValueSet
in class EnumeratedType
protected EnumeratedType[] valueSet()
valueSet
in class EnumeratedType
protected EnumeratedType[] getLocaleSet(Locale locale)
getLocaleSet
in class EnumeratedType
locale
-
private static EnumeratedType[] initializeLocaleSet(Locale locale) throws Throwable
locale
-
Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |