Class 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
See Also:
  • Field Details

    • HAND_OVER

      public static final EquivalenceLinkAnnotation HAND_OVER
      Hand over

      This annotation on EquivalenceLink denotes that given WTPart is handed over to the plant denoted by downstream context

      Supported API: true

    • ALTERNATE_EQUIVALENT

      public static final EquivalenceLinkAnnotation ALTERNATE_EQUIVALENT
      ASSEMBLE_UNDER_NEW_ALTERNATE

      This annotation on EquivalenceLink denotes that RoleA and RoleB are assemble under with new alternate

      Supported API: true

    • COLOR

      public static final EquivalenceLinkAnnotation COLOR
      COLOR

      This annotation on EquivalenceLink denotes that RoleA and RoleB are assemble under with Color

      Supported API: true

    • SPLIT_ASSEMBLY

      public static final EquivalenceLinkAnnotation SPLIT_ASSEMBLY
      SPLIT_ASSEMBLY

      This annotation on EquivalenceLink denotes it is split assembly

      Supported API: true

    • VARIANT

      public static final EquivalenceLinkAnnotation VARIANT
      VARIANT

      This 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