org.jbpm.formModeler.api.model.wrappers
Class I18nEntryImpl
java.lang.Object
java.util.AbstractMap
org.jbpm.formModeler.api.model.wrappers.I18nEntryImpl
- All Implemented Interfaces:
- Serializable, Map, Map.Entry, I18nEntry
public class I18nEntryImpl
- extends AbstractMap
- implements Serializable, I18nEntry
Implementation of I18nEntry
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
I18nEntryImpl
public I18nEntryImpl(String lng,
Object val)
getLang
public String getLang()
- Specified by:
getLang
in interface I18nEntry
getKey
public Object getKey()
- Specified by:
getKey
in interface Map.Entry
getValue
public Object getValue()
- Specified by:
getValue
in interface Map.Entry
- Specified by:
getValue
in interface I18nEntry
setLang
public void setLang(String s)
- Specified by:
setLang
in interface I18nEntry
setValue
public Object setValue(Object s)
- Specified by:
setValue
in interface Map.Entry
- Specified by:
setValue
in interface I18nEntry
entrySet
public Set entrySet()
- Specified by:
entrySet
in interface Map
- Specified by:
entrySet
in class AbstractMap
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.