org.jbpm.formModeler.api.model.wrappers
Class I18nSet
java.lang.Object
java.util.AbstractMap
org.jbpm.formModeler.api.model.wrappers.I18nSet
- All Implemented Interfaces:
- Serializable, Comparable, Map
public class I18nSet
- extends AbstractMap
- implements Serializable, Comparable
Wrapper class for Multilanguage Strings
- 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 |
I18nSet
public I18nSet()
I18nSet
public I18nSet(Set s)
I18nSet
public I18nSet(Map m)
entrySet
public Set entrySet()
- Specified by:
entrySet
in interface Map
- Specified by:
entrySet
in class AbstractMap
add
public boolean add(Object o)
getValue
public String getValue(String lang)
setValue
public void setValue(String lang,
String value)
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
asMap
public Map asMap()
- Deprecated.
- Returns:
- this object
iterator
public Iterator iterator()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.