public class PropertyDefinition extends Object
Constructor and Description |
---|
PropertyDefinition(String propertyName,
String elementName)
Creates a new property definition.
|
Modifier and Type | Method and Description |
---|---|
String |
getElementName()
Returns the element name.
|
String |
getPropertyName()
Returns the property name.
|
public PropertyDefinition(String propertyName, String elementName)
propertyName
- the property name.elementName
- the element name.public String getPropertyName()
public String getElementName()