Class EquivalenceLinkAnnotation
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
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 EquivalenceLinkAnnotationASSEMBLE_UNDER_NEW_ALTERNATEstatic final EquivalenceLinkAnnotationCOLORstatic final EquivalenceLinkAnnotationGENERATEDstatic final EquivalenceLinkAnnotationHand overstatic final EquivalenceLinkAnnotationSPLIT_ASSEMBLYstatic final EquivalenceLinkAnnotationGENERATEDstatic final EquivalenceLinkAnnotationVARIANTFields inherited from class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Modifier and TypeMethodDescriptionstatic EquivalenceLinkAnnotationtoEquivalenceLinkAnnotation(String internal_value) Returns the EquivalenceLinkAnnotation instance for the internal_value argument.Methods inherited from class wt.associativity._EquivalenceLinkAnnotation
getEquivalenceLinkAnnotationDefault, getEquivalenceLinkAnnotationSet, getLocaleSet, getValueSet, newEquivalenceLinkAnnotation, reloadEnumeratedTypeWithCustomValues, 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
-
HAND_OVER
Hand overThis annotation on EquivalenceLink denotes that given WTPart is handed over to the plant denoted by downstream context
Supported API: true -
ALTERNATE_EQUIVALENT
ASSEMBLE_UNDER_NEW_ALTERNATEThis annotation on EquivalenceLink denotes that RoleA and RoleB are assemble under with new alternate
Supported API: true -
COLOR
COLORThis annotation on EquivalenceLink denotes that RoleA and RoleB are assemble under with Color
Supported API: true -
SPLIT_ASSEMBLY
SPLIT_ASSEMBLYThis annotation on EquivalenceLink denotes it is split assembly
Supported API: true -
VARIANT
VARIANTThis annotation on EquivalenceLink denotes it is for BOM Variant.
Supported API: true -
GENERATED
GENERATEDThis annotation on EquivalenceLink denotes it is for BOM Generation
Supported API: true -
TEMPORARY
GENERATEDThis annotation on EquivalenceLink denotes it is for Generate Structure from Routing Plan
Supported API: true
-
-
Method Details
-
toEquivalenceLinkAnnotation
public static EquivalenceLinkAnnotation toEquivalenceLinkAnnotation(String internal_value) throws WTInvalidParameterException Returns the EquivalenceLinkAnnotation instance for the internal_value argument.
Supported API: true- Parameters:
internal_value- The internal (persistent) value for a valid instance of EquivalenceLinkAnnotation.- Returns:
- EquivalenceLinkAnnotation
- Throws:
WTInvalidParameterException
-