org.deegree_impl.model.cs
Class AxisInfo.Localized
java.lang.Object
org.deegree_impl.model.cs.AxisInfo
org.deegree_impl.model.cs.AxisInfo.Localized
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- AxisInfo
- private static final class AxisInfo.Localized
- extends AxisInfo
Localized AxisInfo
.
- Version:
- 1.0
- Author:
- Martin Desruisseaux
Nested classes inherited from class org.deegree_impl.model.cs.AxisInfo |
|
Field Summary |
private int |
key
The key for localization. |
private static long |
serialVersionUID
Serial number for interoperability with different versions. |
Method Summary |
java.lang.String |
getName(java.util.Locale locale)
Returns a localized string. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Serial number for interoperability with different versions.
- See Also:
- Constant Field Values
key
private final int key
- The key for localization.
AxisInfo.Localized
public AxisInfo.Localized(java.lang.String name,
int key,
AxisOrientation orientation)
- Construct a localized axis info.
getName
public java.lang.String getName(java.util.Locale locale)
- Returns a localized string.
- Overrides:
getName
in class AxisInfo
- Parameters:
locale
- The locale, or null
for the default locale.
- Returns:
- The localized string.