|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.core.rt.util.EnumerationName
org.norther.tammi.core.rt.util.EnumerationValue
public class EnumerationValue
A value implementation of EnumerationEntry.
| Constructor Summary | |
|---|---|
EnumerationValue(String name,
String type,
Object value,
String pattern,
boolean localizable)
Constructs a new entry. |
|
| Method Summary | |
|---|---|
String |
getPattern()
Gets the pattern of the entry. |
String |
getType()
Gets the type of the entry. |
Object |
getValue()
Gets the value of the entry. |
boolean |
isLocalizable()
Checks whether the entry is localizable. |
| Methods inherited from class org.norther.tammi.core.rt.util.EnumerationName |
|---|
clone, clone, equals, getName, hashCode |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnumerationValue(String name,
String type,
Object value,
String pattern,
boolean localizable)
name - the name.type - the type.value - the value.pattern - the pattern.localizable - true if localizable.| Method Detail |
|---|
public String getType()
EnumerationEntry
getType in interface EnumerationEntrygetType in class EnumerationNamepublic Object getValue()
EnumerationEntry
getValue in interface EnumerationEntrygetValue in class EnumerationNamepublic String getPattern()
EnumerationEntry
getPattern in interface EnumerationEntrygetPattern in class EnumerationNamepublic boolean isLocalizable()
EnumerationEntry
isLocalizable in interface EnumerationEntryisLocalizable in class EnumerationName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||