com.ptc.windchill.structconf
Class DerivedProperties.AnalyzedPropertyName

java.lang.Object
  extended bycom.ptc.windchill.structconf.DerivedProperties.AnalyzedPropertyName
All Implemented Interfaces:
Comparable
Enclosing class:
DerivedProperties

private class DerivedProperties.AnalyzedPropertyName
extends Object
implements Comparable


Field Summary
private  String base_
           
private  long number_
           
private  String propertyName_
           
 
Constructor Summary
(package private) DerivedProperties.AnalyzedPropertyName(String property_name)
           
 
Method Summary
 int compareTo(Object o)
           
 String getPropertyName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyName_

private String propertyName_

base_

private String base_

number_

private long number_
Constructor Detail

DerivedProperties.AnalyzedPropertyName

DerivedProperties.AnalyzedPropertyName(String property_name)
Method Detail

getPropertyName

public String getPropertyName()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable