public class LabelEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
description
the description or text of this entry in a specified language (
langID ) |
java.lang.String |
langID
the language id of this entry
|
Constructor and Description |
---|
LabelEntry(java.lang.String langID,
java.lang.String description)
Creates a new entry.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final java.lang.String langID
public final java.lang.String description
langID
)public LabelEntry(java.lang.String langID, java.lang.String description) throws java.lang.IllegalArgumentException
langID
- the language iddescription
- the label description (can contain "\n" as an escaped line break, these line breaks are converted in the platform specific line break sequence)java.lang.IllegalArgumentException
-