com.eviware.soapui.impl.wsdl.support
Class XmlBeansPropertiesTestPropertyHolder
java.lang.Object
com.eviware.soapui.impl.wsdl.support.XmlBeansPropertiesTestPropertyHolder
- All Implemented Interfaces:
- MutableTestPropertyHolder, TestPropertyHolder
public class XmlBeansPropertiesTestPropertyHolder
- extends java.lang.Object
- implements MutableTestPropertyHolder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
modelItem
public ModelItem modelItem
XmlBeansPropertiesTestPropertyHolder
public XmlBeansPropertiesTestPropertyHolder(ModelItem modelItem,
com.eviware.soapui.config.PropertiesTypeConfig config)
addProperty
public TestProperty addProperty(java.lang.String name)
- Specified by:
addProperty
in interface MutableTestPropertyHolder
addTestPropertyListener
public void addTestPropertyListener(TestPropertyListener listener)
- Specified by:
addTestPropertyListener
in interface TestPropertyHolder
getProperty
public XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty getProperty(java.lang.String name)
- Specified by:
getProperty
in interface TestPropertyHolder
getPropertyNames
public java.lang.String[] getPropertyNames()
- Specified by:
getPropertyNames
in interface TestPropertyHolder
getPropertyValue
public java.lang.String getPropertyValue(java.lang.String name)
- Specified by:
getPropertyValue
in interface TestPropertyHolder
removeProperty
public void removeProperty(java.lang.String propertyName)
- Specified by:
removeProperty
in interface MutableTestPropertyHolder
removeTestPropertyListener
public void removeTestPropertyListener(TestPropertyListener listener)
- Specified by:
removeTestPropertyListener
in interface TestPropertyHolder
setPropertyValue
public void setPropertyValue(java.lang.String name,
java.lang.String value)
- Specified by:
setPropertyValue
in interface TestPropertyHolder
resetPropertiesConfig
public void resetPropertiesConfig(com.eviware.soapui.config.PropertiesTypeConfig config)
renameProperty
public boolean renameProperty(java.lang.String name,
java.lang.String newName)
- Specified by:
renameProperty
in interface MutableTestPropertyHolder
saveTo
public void saveTo(java.util.Properties props)
getPropertyCount
public int getPropertyCount()
getPropertyAt
public TestProperty getPropertyAt(int index)
getProperties
public java.util.Map<java.lang.String,TestProperty> getProperties()
- Specified by:
getProperties
in interface TestPropertyHolder
hasProperty
public boolean hasProperty(java.lang.String name)
- Specified by:
hasProperty
in interface TestPropertyHolder
addPropertiesFromFile
public int addPropertiesFromFile(java.lang.String propFile)
getModelItem
public ModelItem getModelItem()
- Specified by:
getModelItem
in interface TestPropertyHolder
getPropertyExpansions
public PropertyExpansion[] getPropertyExpansions()
Copyright © 2005-2007 eviware.com. All Rights Reserved.