java.lang.Object
io.vertigo.studio.plugins.source.vertigo.loaders.kpr.raw.DslPropertyEntry

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

    • DslPropertyEntry

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

    • getPropertyValueAsString

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

      public String getPropertyName()
      Returns:
      Name of the property