|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of TranslationDataType in de.olafpanz.translationtable |
|---|
| Fields in de.olafpanz.translationtable declared as TranslationDataType | |
|---|---|
private TranslationDataType |
TranslationEntry.type
Type of this entry |
| Fields in de.olafpanz.translationtable with type parameters of type TranslationDataType | |
|---|---|
private java.util.Set<TranslationDataType> |
CodeGenerator.usedTypes
This structure is filled with types in use. |
| Methods in de.olafpanz.translationtable that return TranslationDataType | |
|---|---|
TranslationDataType |
TranslationEntry.getType()
|
static TranslationDataType |
TranslationDataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TranslationDataType[] |
TranslationDataType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in de.olafpanz.translationtable with parameters of type TranslationDataType | |
|---|---|
private void |
CodeGenerator.create15AccessMethod(java.io.PrintWriter writer,
TranslationDataType type,
java.lang.String dataType,
java.lang.String interfaceName)
Create an access method for param.getJdk() 1.5 |
private void |
CodeGenerator.createEmumMethods(java.io.PrintWriter writer,
TranslationDataType currType)
Create helper methods of an key-enumeration |
static java.lang.String |
TranslationEntry.createKey(TranslationDataType type,
java.lang.String group,
java.lang.String plainKey)
Create a key from type and plan key. |
| Constructors in de.olafpanz.translationtable with parameters of type TranslationDataType | |
|---|---|
TranslationEntry(java.lang.String key,
java.lang.String group,
TranslationDataType type,
java.lang.String desc,
java.util.List<java.lang.String> translations)
Create a translation entry |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||