public class GlobalPropertyResolver.EnvironmentPropertyHolder extends Object implements TestPropertyHolder
| Constructor and Description | 
|---|
| EnvironmentPropertyHolder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addTestPropertyListener(TestPropertyListener listener) | 
| ModelItem | getModelItem() | 
| Map<String,TestProperty> | getProperties() | 
| String | getPropertiesLabel() | 
| TestProperty | getProperty(String name) | 
| TestProperty | getPropertyAt(int index) | 
| int | getPropertyCount() | 
| List<TestProperty> | getPropertyList() | 
| String[] | getPropertyNames() | 
| String | getPropertyValue(String name) | 
| boolean | hasProperty(String name) | 
| void | removeTestPropertyListener(TestPropertyListener listener) | 
| void | setPropertyValue(String name,
                String value) | 
public void addTestPropertyListener(TestPropertyListener listener)
addTestPropertyListener in interface TestPropertyHolderpublic ModelItem getModelItem()
getModelItem in interface TestPropertyHolderpublic Map<String,TestProperty> getProperties()
getProperties in interface TestPropertyHolderpublic List<TestProperty> getPropertyList()
getPropertyList in interface TestPropertyHolderpublic String getPropertiesLabel()
getPropertiesLabel in interface TestPropertyHolderpublic TestProperty getProperty(String name)
getProperty in interface TestPropertyHolderpublic TestProperty getPropertyAt(int index)
getPropertyAt in interface TestPropertyHolderpublic int getPropertyCount()
getPropertyCount in interface TestPropertyHolderpublic String[] getPropertyNames()
getPropertyNames in interface TestPropertyHolderpublic String getPropertyValue(String name)
getPropertyValue in interface TestPropertyHolderpublic boolean hasProperty(String name)
hasProperty in interface TestPropertyHolderpublic void removeTestPropertyListener(TestPropertyListener listener)
removeTestPropertyListener in interface TestPropertyHolderpublic void setPropertyValue(String name, String value)
setPropertyValue in interface TestPropertyHolderCopyright © 2019. All Rights Reserved.