jbpm-form-modeler-api 6.1.0-SNAPSHOT

org.jbpm.formModeler.api.model.wrappers
Interface I18nEntry

All Superinterfaces:
Map.Entry, Serializable
All Known Implementing Classes:
I18nEntryImpl

public interface I18nEntry
extends Serializable, Map.Entry

Definition for I18nEntries used on I18nProperties.


Method Summary
 String getLang()
           
 Object getValue()
           
 void setLang(String s)
           
 Object setValue(Object s)
           
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, hashCode
 

Method Detail

getLang

String getLang()

getValue

Object getValue()
Specified by:
getValue in interface Map.Entry

setLang

void setLang(String s)

setValue

Object setValue(Object s)
Specified by:
setValue in interface Map.Entry

jbpm-form-modeler-api 6.1.0-SNAPSHOT

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