public class PropertiesDescription extends Object
Constructor and Description |
---|
PropertiesDescription()
Build PropMapping for specified namespace
|
Modifier and Type | Method and Description |
---|---|
void |
addNewProperty(String name,
PropertyType type)
Add a new property, an attributes list can be given or can be null
|
List<String> |
getPropertiesName()
Get All Properties Name
|
PropertyType |
getPropertyType(String name)
Return a type of a property from its qualifiedName
|
public PropertiesDescription()
public List<String> getPropertiesName()
public void addNewProperty(String name, PropertyType type)
name
- new property nametype
- Valuetype of the new propertypublic PropertyType getPropertyType(String name)
name
- The name of the property concernedCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.