com.ptc.windchill.structconf
Class DerivedProperties.AnalyzedPropertyName
java.lang.Object
com.ptc.windchill.structconf.DerivedProperties.AnalyzedPropertyName
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- DerivedProperties
- private class DerivedProperties.AnalyzedPropertyName
- extends Object
- implements Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyName_
private String propertyName_
base_
private String base_
number_
private long number_
DerivedProperties.AnalyzedPropertyName
DerivedProperties.AnalyzedPropertyName(String property_name)
getPropertyName
public String getPropertyName()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable