jbpm-form-modeler-api 6.2.0.Beta1

org.jbpm.formModeler.api.model.wrappers
Class I18nSet

java.lang.Object
  extended by java.util.AbstractMap
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
I18nSet()
           
I18nSet(Map m)
           
I18nSet(Set s)
           
 
Method Summary
 boolean add(Object o)
           
 Map asMap()
          Deprecated.  
 int compareTo(Object o)
           
 Set entrySet()
           
 String getValue(String lang)
           
 Iterator iterator()
           
 void setValue(String lang, String value)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

I18nSet

public I18nSet()

I18nSet

public I18nSet(Set s)

I18nSet

public I18nSet(Map m)
Method Detail

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()

jbpm-form-modeler-api 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.