Package wt.associativity
Class EquivalenceLinkAnnotation
java.lang.Object
wt.fc.EnumeratedType
wt.associativity._EquivalenceLinkAnnotation
wt.associativity.EquivalenceLinkAnnotation
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
@GenAsEnumeratedType(supportedAPI=PUBLIC)
public class EquivalenceLinkAnnotation
extends _EquivalenceLinkAnnotation
EquivalenceLinkAnnotation represents additional flags on EquivalenceLink granted or denied.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EquivalenceLinkAnnotationASSEMBLE_UNDER_NEW_ALTERNATEstatic final EquivalenceLinkAnnotationCOLORstatic final EquivalenceLinkAnnotationHand overstatic final EquivalenceLinkAnnotationSPLIT_ASSEMBLYstatic final EquivalenceLinkAnnotationVARIANTFields 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, getValueSetMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
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 Generation
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
-