Package wt.part
Class Source
java.lang.Object
wt.fc.EnumeratedType
wt.part._Source
wt.part.Source
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
The Source is an EnumeratedType used to specify that an object is either
made internally (MAKE) or purchased (BUY).
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SourceBUY indicates that the object is purchased.static final Source
Supported API: truestatic final SourceMAKE indicates that an object is made.Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.part._Source
getSourceDefault, getSourceSet, getValueSet, toSourceMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
MAKE
MAKE indicates that an object is made.
Supported API: true -
BUY
BUY indicates that the object is purchased.
Supported API: true -
BUY_SINGLE_SOURCE
Supported API: true
-