Class Property

java.lang.Object
xal.plugin.olog.Property

public class Property extends Object
Author:
Juan F. Esteban Müller <JuanF.EstebanMuller@ess.eu>
  • Property Details

    • name

      public javafx.beans.property.StringProperty nameProperty
      See Also:
    • value

      public javafx.beans.property.StringProperty valueProperty
      See Also:
  • Constructor Details

  • Method Details

    • nameProperty

      public javafx.beans.property.StringProperty nameProperty()
      See Also:
    • valueProperty

      public javafx.beans.property.StringProperty valueProperty()
      See Also:
    • getName

      public String getName()
      Gets the value of the property name.
      Property description:
    • getValue

      public String getValue()
      Gets the value of the property value.
      Property description:
    • addAttribute

      public void addAttribute(String key, String value)
    • getAttributes

      public List<Property> getAttributes()
    • toJson

      public String toJson()