org.jbpm.formModeler.api.model.wrappers
public class I18nEntryImpl extends AbstractMap implements Serializable, I18nEntry
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
I18nEntryImpl(String lng,
Object val) |
Modifier and Type | Method and Description |
---|---|
Set |
entrySet() |
Object |
getKey() |
String |
getLang() |
Object |
getValue() |
void |
setLang(String s) |
Object |
setValue(Object s) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.