Class SystemPropertiesTableView.SystemProperty

java.lang.Object
com.iamsoft.util.ui.javafx.table.SystemPropertiesTableView.SystemProperty
Enclosing class:
SystemPropertiesTableView

public static final class SystemPropertiesTableView.SystemProperty extends Object
Represents a system property.
  • Method Details

    • getType

      public com.iamsoft.util.ui.javafx.table.SystemPropertiesTableView.Type getType()
    • getName

      public String getName()
    • getVal

      public String getVal()
    • toString

      public String toString()
      Overrides:
      toString in class Object