public interface ApiPropertyManagerI
| Modifier and Type | Method and Description |
|---|---|
void |
add(String type,
ApiPropertyI config)
put one type of ApiProperty class into the PropertyManager collection
|
ApiPropertyI |
get(String type)
get the ApiPropertyI by type
|
String |
getName()
get the name of this property manager
|
String getName()
void add(String type, ApiPropertyI config)
type - property - ApiPropertyI get(String type)
type - ? Copyright 2013 BMC Software, Inc.