|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.EnumeratedType
wt.part.PartType
public final class PartType
PartType is an enumerated type indicating whether a part is a separable
or inseparable assembly or a component.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static PartType |
COMPONENT
Indicates that the object is a component. |
static PartType |
INSEPARABLE
Indicates that the object can not be decomposed without damaging the object or causing other harm. |
static PartType |
SEPARABLE
Indicates that the object can be decomposed without damaging the object. |
| Fields inherited from interface wt.meta.EnumeratedType |
|---|
DEFAULT_VALUE, ORDER, SELECTABLE |
| Method Summary | |
|---|---|
static PartType |
getPartTypeDefault()
Returns the default value (instance) for the PartType set. |
static PartType[] |
getPartTypeSet()
Returns a copy of the set of valid values (instances) for the PartType class. |
EnumeratedType[] |
getValueSet()
Returns a copy of the set of valid values (instances) for this instance, for the current user locale. |
static PartType |
toPartType(String internal_value)
Returns the PartType 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 PartType SEPARABLE
public static final PartType INSEPARABLE
public static final PartType COMPONENT
| Method Detail |
|---|
public static PartType toPartType(String internal_value)
throws WTInvalidParameterException
internal_value - The internal (persistent) value for a valid instance of PartType.
WTInvalidParameterExceptionpublic static PartType getPartTypeDefault()
public static PartType[] getPartTypeSet()
public EnumeratedType[] getValueSet()
getValueSet in class EnumeratedType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||