Class DiscrepancyType
java.lang.Object
wt.fc.EnumeratedType
com.ptc.windchill.associativity.reconciliation.client._DiscrepancyType
com.ptc.windchill.associativity.reconciliation.client.DiscrepancyType
- 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 DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: truestatic final DiscrepancyType
Supported API: trueFields inherited from class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Modifier and TypeMethodDescriptionReturns list of selectable discrepancies by removing any create discrepancy if configured.booleanTell whether this discrepancy is just a create discrepancy and does not participate in normal discrepancy resolution framework.static DiscrepancyTypetoDiscrepancyType(String internal_value) Use this API to create the discrepancy instances.Methods inherited from class com.ptc.windchill.associativity.reconciliation.client._DiscrepancyType
getDiscrepancyTypeDefault, getDiscrepancyTypeSet, getLocaleSet, getValueSet, newDiscrepancyType, reloadEnumeratedTypeWithCustomValues, valueSetMethods inherited from class wt.fc.EnumeratedType
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, getAbbreviatedDisplay, getComment, getComment, getDisplay, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getShortDescription, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, instantiateSet, instantiateSet, isCustomValueLoaded, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, setCustomValueLoaded, setCustomValueLoadedTrueForAllEntries, setDefaultValue, setLocalizedValues, setOrder, setSelectable, setValue, toEnumeratedType, toEnumeratedType, toEnumeratedType, validateFriendship
-
Field Details
-
BOM_GENERATION
Supported API: true -
CUSTOM
Supported API: true -
EQUIVALENCE
Supported API: true -
FLEXIBLE_REPRESENTATION
Supported API: true -
OUTOFDATE
Supported API: true -
QUANTITY
Supported API: true -
REMOVED_USAGE
Supported API: true -
USAGE_EXPRESSION
Supported API: true -
ITEM_EXPRESSION
Supported API: true -
OCCURRENCE_EXPRESSION
Supported API: true -
ADDUSAGE
Supported API: true -
SUBCONTRACT_PLANT
Supported API: true -
SUBCONTRACT_PLANT_WITH_BOM_TRANSFORMATION
Supported API: true -
ASSEMBLE_UNDER_PER_NEW_ALTERNATE
Supported API: true -
UPDATEPOSITION
Supported API: true -
REPLACED_PARTS
Supported API: true -
USAGEATTRIBUTE
Supported API: true -
PART_ATTRIBUTE
Supported API: true -
PLANT_DISCREPANCY
Supported API: true -
EFFECTIVITY
Supported API: true -
CONTROL_CHARACTERISTIC
Supported API: true -
OCCURRENCE_ATTRIBUTES
Supported API: true -
ASSOCIATION_DISCREPANCY
Supported API: true
-
-
Method Details
-
toDiscrepancyType
public static DiscrepancyType toDiscrepancyType(String internal_value) throws WTInvalidParameterException Use this API to create the discrepancy instances. This will mark the discrepancies asDiscrepancyType.CreateDiscrepancyif from valid list. Examples are,invalid reference
#ASSEMBLE_UNDER_UPSTREAMinvalid reference
#ASSEMBLE_UNDER_DOWNSTREAM
Supported API: true- Throws:
WTInvalidParameterException
-
getSelectableValueSet
Returns list of selectable discrepancies by removing any create discrepancy if configured.
Supported API: true- Overrides:
getSelectableValueSetin classEnumeratedType- Returns:
-
isCreateDiscrepancy
public boolean isCreateDiscrepancy()Tell whether this discrepancy is just a create discrepancy and does not participate in normal discrepancy resolution framework. These are handled differently since here we already know the discrepancy.
Supported API: true- Returns:
-