public class LocalizedStringTable.Entry extends Object
Modifier and Type | Field and Description |
---|---|
String |
mDescr |
String |
mDomain |
String |
mHelpText |
int |
mID |
Locale |
mLocale |
String |
mMessage |
int |
mVersion |
public String mDomain
public String mDescr
public String mMessage
public String mHelpText
public int mVersion
public int mID
public Locale mLocale
public Entry(String domain, String desc, String loc, int stringID, int ver, String msg, String help)
domain
- - The domain of the entrydesc
- - an optional entry descriptionloc
- - The infranet local string (same as Java)stringID
- - The ID of the stringver
- - The version of the stringmsg
- - The String itselfhelp
- - additional descriptive text relating to the stringCopyright © 2003, 2023, Oracle and/or its affiliates.