Class PropertyDefinition


  • public class PropertyDefinition
    extends java.lang.Object
    A property definition.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String elementName
      The element name.
      private java.lang.String propertyName
      The property name.
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyDefinition​(java.lang.String propertyName, java.lang.String elementName)
      Creates a new property definition.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getElementName()
      Returns the element name.
      java.lang.String getPropertyName()
      Returns the property name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • propertyName

        private java.lang.String propertyName
        The property name.
      • elementName

        private java.lang.String elementName
        The element name.
    • Constructor Detail

      • PropertyDefinition

        public PropertyDefinition​(java.lang.String propertyName,
                                  java.lang.String elementName)
        Creates a new property definition.
        Parameters:
        propertyName - the property name.
        elementName - the element name.
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
        Returns the property name.
        Returns:
        the property name.
      • getElementName

        public java.lang.String getElementName()
        Returns the element name.
        Returns:
        the element name.