com.eviware.soapui.model.tree.nodes
Class PropertyTreeNode.PropertyModelItem

java.lang.Object
  extended by com.eviware.soapui.model.support.AbstractModelItem
      extended by com.eviware.soapui.model.tree.nodes.support.EmptyModelItem
          extended by com.eviware.soapui.model.tree.nodes.PropertyTreeNode.PropertyModelItem
All Implemented Interfaces:
ModelItem, PropertyChangeNotifier
Enclosing class:
PropertyTreeNode

public static class PropertyTreeNode.PropertyModelItem
extends EmptyModelItem


Field Summary
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
 
Constructor Summary
PropertyTreeNode.PropertyModelItem(TestProperty property, boolean readOnly)
           
 
Method Summary
 TestProperty getProperty()
           
 java.lang.String getXPath()
           
 void setXPath(java.lang.String xpath)
           
 
Methods inherited from class com.eviware.soapui.model.tree.nodes.support.EmptyModelItem
getChildren, getDescription, getIcon, getId, getName, getParent, getSettings, release, setName
 
Methods inherited from class com.eviware.soapui.model.support.AbstractModelItem
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyTreeNode.PropertyModelItem

public PropertyTreeNode.PropertyModelItem(TestProperty property,
                                          boolean readOnly)
Method Detail

getProperty

public TestProperty getProperty()

getXPath

public java.lang.String getXPath()

setXPath

public void setXPath(java.lang.String xpath)


Copyright © 2005-2009 eviware.com. All Rights Reserved.