com.ptc.windchill.counterpart.metadata.classnode
Class cConstraintsAndDefaults
java.lang.Object
com.ptc.windchill.counterpart.metadata.classnode.cConstraintsAndDefaults
- All Implemented Interfaces:
- nitidus.sil.be.clf.iOPMOverrideIO
- public class cConstraintsAndDefaults
- extends Object
- implements nitidus.sil.be.clf.iOPMOverrideIO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fPropertyRef
private String fPropertyRef
fIsValueRequiredLocally
private boolean fIsValueRequiredLocally
fIsSingleValuedLocally
private boolean fIsSingleValuedLocally
fIsConstrainedByRangeLocally
private boolean fIsConstrainedByRangeLocally
fIsConstrainedByAllowedValuesLocally
private boolean fIsConstrainedByAllowedValuesLocally
fIsConstrainedByMaxLengthLocally
private boolean fIsConstrainedByMaxLengthLocally
fIsImmutableLocally
private boolean fIsImmutableLocally
fLocalLegalRangeLo
private double fLocalLegalRangeLo
fLocalLegalRangeHi
private double fLocalLegalRangeHi
fLocalAllowedValues
private String[] fLocalAllowedValues
fLocalDefaultValues
private String[] fLocalDefaultValues
fLocalWindchillLogicalID
private String fLocalWindchillLogicalID
fLocalMaxStringLength
private int fLocalMaxStringLength
cConstraintsAndDefaults
public cConstraintsAndDefaults()
cConstraintsAndDefaults
public cConstraintsAndDefaults(String propertyRef,
String[] localDefaultValues)
cConstraintsAndDefaults
public cConstraintsAndDefaults(String propertyRef)
cConstraintsAndDefaults
public cConstraintsAndDefaults(nitidus.sil.be.clf.iOPMOverrideIO opmOverride)
cConstraintsAndDefaults
public cConstraintsAndDefaults(nitidus.sil.be.clf.iOPMBase opmBase)
getPropertyRef
public String getPropertyRef()
- Specified by:
getPropertyRef
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setPropertyRef
final void setPropertyRef(String propertyRef)
isValueRequiredLocally
public boolean isValueRequiredLocally()
- Specified by:
isValueRequiredLocally
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setIsValueRequiredLocally
final void setIsValueRequiredLocally(boolean isValueRequiredLocally)
isSingleValuedLocally
public boolean isSingleValuedLocally()
- Specified by:
isSingleValuedLocally
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setIsSingleValuedLocally
final void setIsSingleValuedLocally(boolean isSingleValuedLocally)
isConstrainedByRangeLocally
public boolean isConstrainedByRangeLocally()
- Specified by:
isConstrainedByRangeLocally
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setIsConstrainedByRangeLocally
final void setIsConstrainedByRangeLocally(boolean isConstrainedByRangeLocally)
getLocalLegalRangeLo
public double getLocalLegalRangeLo()
- Specified by:
getLocalLegalRangeLo
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setLocalLegalRangeLo
final void setLocalLegalRangeLo(double localLegalRangeLo)
getLocalLegalRangeHi
public double getLocalLegalRangeHi()
- Specified by:
getLocalLegalRangeHi
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setLocalLegalRangeHi
final void setLocalLegalRangeHi(double localLegalRangeHi)
isConstrainedByAllowedValuesLocally
public boolean isConstrainedByAllowedValuesLocally()
- Specified by:
isConstrainedByAllowedValuesLocally
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setIsConstrainedByAllowedValuesLocally
final void setIsConstrainedByAllowedValuesLocally(boolean isConstrainedByAllowedValuesLocally)
getLocalAllowedValues
public String[] getLocalAllowedValues()
- Specified by:
getLocalAllowedValues
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setLocalAllowedValues
final void setLocalAllowedValues(String[] localAllowedValues)
isConstrainedByMaxLengthLocally
public boolean isConstrainedByMaxLengthLocally()
- Specified by:
isConstrainedByMaxLengthLocally
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setIsConstrainedByMaxLengthLocally
final void setIsConstrainedByMaxLengthLocally(boolean isConstrainedByMaxLengthLocally)
getLocalMaxStringLength
public int getLocalMaxStringLength()
- Specified by:
getLocalMaxStringLength
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setLocalMaxStringLength
final void setLocalMaxStringLength(int localMaxStringLength)
isImmutableLocally
public boolean isImmutableLocally()
- Specified by:
isImmutableLocally
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setIsImmutableLocally
final void setIsImmutableLocally(boolean isImmutableLocally)
getLocalDefaultValues
public String[] getLocalDefaultValues()
- Specified by:
getLocalDefaultValues
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setLocalDefaultValues
final void setLocalDefaultValues(String[] localDefaultValues)
getLocalWindchillLogicalID
public String getLocalWindchillLogicalID()
- Specified by:
getLocalWindchillLogicalID
in interface nitidus.sil.be.clf.iOPMOverrideIO
- See Also:
iOPMOverrideIO
setLocalWindchillLogicalID
final void setLocalWindchillLogicalID(String localWindchillLogicalID)
hasDefaultValues
final boolean hasDefaultValues(String[] otherDefaultValues)
hasWindchillLogicalID
final boolean hasWindchillLogicalID(String otherWindchillLogicalID)
setConstraint
public final void setConstraint(ValueConstraint valueConstraint)
addConstraint
protected final void addConstraint(cConstraintsAndDefaults containerConstraint)