Enum Class InterferenceInfo.ATTRIBUTE

java.lang.Object
java.lang.Enum<InterferenceInfo.ATTRIBUTE>
com.ptc.wvs.server.publish.InterferenceInfo.ATTRIBUTE
All Implemented Interfaces:
Serializable, Comparable<InterferenceInfo.ATTRIBUTE>, Constable
Enclosing interface:
InterferenceInfo

public static enum InterferenceInfo.ATTRIBUTE extends Enum<InterferenceInfo.ATTRIBUTE>
  • Enum Constant Details

    • TYPE

      public static final InterferenceInfo.ATTRIBUTE TYPE
      Uses the type of Interference as part of the compare condition.
      Types are:
      1. Interference = hard
      2. Contact = touch
      3. Clearance = soft
      Supported API: true
    • INTERFERENCE_PART_MASTER_REFERENCE

      public static final InterferenceInfo.ATTRIBUTE INTERFERENCE_PART_MASTER_REFERENCE
      The part master reference of both Interfering parts are used for the compare condition

      Supported API: true
    • INTERFERENCE_PART_COMPONENT_INSTANCE_PATH

      public static final InterferenceInfo.ATTRIBUTE INTERFERENCE_PART_COMPONENT_INSTANCE_PATH
      The component instance path of both Interfering parts are used for the compare condition

      Supported API: true
    • INTERFERENCE_PART_COMPONENT_INSTANCE_BASE_PATH

      public static final InterferenceInfo.ATTRIBUTE INTERFERENCE_PART_COMPONENT_INSTANCE_BASE_PATH
      The component instance base path of both Interfering parts are used for the compare condition

      Supported API: true
    • INTERFERENCE_PART_GROUP_NAME

      public static final InterferenceInfo.ATTRIBUTE INTERFERENCE_PART_GROUP_NAME
      The group name of both Interfering parts are used for the compare condition

      Supported API: true
    • INTERFERENCE_COMMON_PARENT_MASTER_REFERENCE

      public static final InterferenceInfo.ATTRIBUTE INTERFERENCE_COMMON_PARENT_MASTER_REFERENCE
      The common parent master reference of both Interfering parts are used for the compare condition

      Supported API: true
  • Method Details