Class ComponentI18nData.Property

java.lang.Object
VASSAL.i18n.ComponentI18nData.Property
Enclosing class:
ComponentI18nData

public static class ComponentI18nData.Property extends Object
An attribute of a Configurable component that can be translated into another language
Author:
Brent Easton
  • Constructor Details Link icon

    • Property Link icon

      public Property(String name, String description)
  • Method Details Link icon

    • getDescription Link icon

      public String getDescription()
    • getName Link icon

      public String getName()
    • getUntranslatedValue Link icon

      public String getUntranslatedValue()
    • setUntranslatedValue Link icon

      public void setUntranslatedValue(String untranslatedValue)