com.eviware.soapui.impl.wsdl.support
Class MapTestPropertyHolder

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.support.MapTestPropertyHolder
All Implemented Interfaces:
MutableTestPropertyHolder, TestPropertyHolder

public class MapTestPropertyHolder
extends java.lang.Object
implements MutableTestPropertyHolder


Nested Class Summary
 class MapTestPropertyHolder.InternalTestProperty
          Internal property class
 
Field Summary
 ModelItem modelItem
           
 
Constructor Summary
MapTestPropertyHolder(ModelItem modelItem)
           
 
Method Summary
 int addPropertiesFromFile(java.lang.String propFile)
           
 TestProperty addProperty(java.lang.String name)
           
 void addTestPropertyListener(TestPropertyListener listener)
           
 ModelItem getModelItem()
           
 java.util.Map<java.lang.String,TestProperty> getProperties()
           
 java.lang.String getPropertiesLabel()
           
 TestProperty getProperty(java.lang.String name)
           
 TestProperty getPropertyAt(int index)
           
 int getPropertyCount()
           
 java.lang.String[] getPropertyNames()
           
 java.lang.String getPropertyValue(java.lang.String name)
           
 boolean hasProperty(java.lang.String name)
           
 void moveProperty(java.lang.String propertyName, int targetIndex)
           
 TestProperty removeProperty(java.lang.String propertyName)
           
 void removeTestPropertyListener(TestPropertyListener listener)
           
 boolean renameProperty(java.lang.String name, java.lang.String newName)
           
 void saveTo(java.util.Properties props)
           
 void setPropertiesLabel(java.lang.String propertiesLabel)
           
 void setPropertyValue(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelItem

public ModelItem modelItem
Constructor Detail

MapTestPropertyHolder

public MapTestPropertyHolder(ModelItem modelItem)
Method Detail

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 TestProperty 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 TestProperty 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

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)

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

moveProperty

public void moveProperty(java.lang.String propertyName,
                         int targetIndex)
Specified by:
moveProperty in interface MutableTestPropertyHolder

getPropertyAt

public TestProperty getPropertyAt(int index)
Specified by:
getPropertyAt in interface TestPropertyHolder

getPropertyCount

public int getPropertyCount()
Specified by:
getPropertyCount in interface TestPropertyHolder

setPropertiesLabel

public void setPropertiesLabel(java.lang.String propertiesLabel)

getPropertiesLabel

public java.lang.String getPropertiesLabel()
Specified by:
getPropertiesLabel in interface TestPropertyHolder


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