Class DslPropertyEntry


  • public final class DslPropertyEntry
    extends Object
    This entry defines a property and its value.
    Author:
    pchretien, mlaroche
    • Constructor Detail

      • DslPropertyEntry

        public DslPropertyEntry​(String propertyName,
                                String propertyValue)
        Constructor.
        Parameters:
        propertyName - Name of the property
        propertyValue - Value of the property
    • Method Detail

      • getPropertyValueAsString

        public String getPropertyValueAsString()
        Returns:
        Value of the property
      • getPropertyName

        public String getPropertyName()
        Returns:
        Name of the property