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:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
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 class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.part._Source
getLocaleSet, getSourceDefault, getSourceSet, getValueSet, newSource, reloadEnumeratedTypeWithCustomValues, toSource, valueSetMethods inherited from class wt.fc.EnumeratedType
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, hashCode, instantiateSet, instantiateSet, isCustomValueLoaded, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, setCustomValueLoaded, setCustomValueLoadedTrueForAllEntries, setDefaultValue, setLocalizedValues, setOrder, setSelectable, setValue, toEnumeratedType, toEnumeratedType, toEnumeratedType, toString, validateFriendship
-
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
-