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