public class ApiPropertyManager extends Object implements ApiPropertyManagerI
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME |
| Constructor and Description |
|---|
ApiPropertyManager(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String type,
ApiPropertyI property)
put one type of property into the collection
|
ApiPropertyI |
get(String type)
get the property by type
|
String |
getName()
get the name of this property manager
|
public static final String PROPERTY_NAME
public ApiPropertyManager(String name)
public String getName()
ApiPropertyManagerIgetName in interface ApiPropertyManagerIpublic void add(String type, ApiPropertyI property)
add in interface ApiPropertyManagerItype - property - public ApiPropertyI get(String type)
get in interface ApiPropertyManagerItype - ? Copyright 2013 BMC Software, Inc.