|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.EnumeratedType
wt.epm.workspaces.EPMPopulateRule
public class EPMPopulateRule
The EPMPopulateRule describes what dependent objects will be entered
into the workspace when an object is added to teh workspace.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static EPMPopulateRule |
ALL
Populate by traversing both required and optional dependencies. |
static EPMPopulateRule |
NONE
Add only the one item performing no traversal. |
static EPMPopulateRule |
REQUIRED
Populate traversing only required dependencies. |
| Fields inherited from interface wt.meta.EnumeratedType |
|---|
DEFAULT_VALUE, ORDER, SELECTABLE |
| Method Summary | |
|---|---|
static EPMPopulateRule |
getEPMPopulateRuleDefault()
Returns the default value (instance) for the EPMPopulateRule set. |
static EPMPopulateRule[] |
getEPMPopulateRuleSet()
Returns a copy of the set of valid values (instances) for the EPMPopulateRule class. |
EnumeratedType[] |
getValueSet()
Returns a copy of the set of valid values (instances) for this instance, for the current user locale. |
static EPMPopulateRule |
toEPMPopulateRule(String internal_value)
Returns the EPMPopulateRule instance for the internal_value argument. |
| Methods inherited from class wt.fc.EnumeratedType |
|---|
equals, getAbbreviatedDisplay, getDisplay, getDisplay, getFullDisplay, getLocalizedMessage, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final EPMPopulateRule ALL
public static final EPMPopulateRule REQUIRED
public static final EPMPopulateRule NONE
| Method Detail |
|---|
public static EPMPopulateRule toEPMPopulateRule(String internal_value)
throws WTInvalidParameterException
internal_value - The internal (persistent) value for a valid instance of EPMPopulateRule.
WTInvalidParameterExceptionpublic static EPMPopulateRule getEPMPopulateRuleDefault()
public static EPMPopulateRule[] getEPMPopulateRuleSet()
public EnumeratedType[] getValueSet()
getValueSet in class EnumeratedType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||