kaos.policy.information
Class KAoSInstance.PropertyNameWithPath

java.lang.Object
  extended by kaos.policy.information.KAoSInstance.PropertyNameWithPath
Enclosing class:
KAoSInstance

public class KAoSInstance.PropertyNameWithPath
extends java.lang.Object


Field Summary
 java.lang.String propertyName
           
 java.util.Vector propertyPath
           
 
Constructor Summary
KAoSInstance.PropertyNameWithPath(java.lang.String propName, java.util.Vector propPath)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

propertyName

public java.lang.String propertyName

propertyPath

public java.util.Vector propertyPath
Constructor Detail

KAoSInstance.PropertyNameWithPath

public KAoSInstance.PropertyNameWithPath(java.lang.String propName,
                                         java.util.Vector propPath)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object