public class FormConfigMap extends java.lang.Object implements JSONCacheable, java.lang.Iterable<FormConfig>, java.io.Serializable
hiddenAttributes$TRANSIENT
Constructor and Description |
---|
FormConfigMap() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<java.util.Locale,FormConfig>> |
entrySet() |
java.lang.Object |
get(java.lang.Object locale_)
Only allows Locale.
|
FormConfig |
getFormConfig(java.util.Locale locale_) |
java.util.HashSet |
getHiddenAttributes()
Returns the set of attributes (properties) that should not be included in
the JSON representation of the object.
|
java.util.Iterator<FormConfig> |
iterator() |
java.util.Set<java.util.Locale> |
keySet() |
java.lang.Object |
put(java.lang.Object locale_,
java.lang.Object formConfig_)
Only allows a mapping of {Locale:FormConfig}.
|
void |
putFormConfig(java.util.Locale locale_,
FormConfig config_) |
public java.util.HashSet getHiddenAttributes()
JSONable
getHiddenAttributes
in interface JSONable
public FormConfig getFormConfig(java.util.Locale locale_)
public void putFormConfig(java.util.Locale locale_, FormConfig config_)
public java.lang.Object get(java.lang.Object locale_)
public java.lang.Object put(java.lang.Object locale_, java.lang.Object formConfig_)
public java.util.Set<java.util.Locale> keySet()
public java.util.Set<java.util.Map.Entry<java.util.Locale,FormConfig>> entrySet()
public java.util.Iterator<FormConfig> iterator()
iterator
in interface java.lang.Iterable<FormConfig>
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.