Package VASSAL.i18n

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
  • Constructor Details

    • Property

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

    • getDescription

      public String getDescription()
    • getName

      public String getName()
    • getUntranslatedValue

      public String getUntranslatedValue()
    • setUntranslatedValue

      public void setUntranslatedValue(String untranslatedValue)