Package | Description |
---|---|
edu.uoc.myst.configuration.xml |
Modifier and Type | Method and Description |
---|---|
FormData |
ObjectFactory.createFormData()
Create an instance of
FormData |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,FormData> |
MystConfiguration.getForms()
Gets the value of the forms property.
|
java.util.List<FormData> |
FormMapper.getForms()
Gets the value of the form property.
|
java.util.Map<java.lang.String,FormData> |
FormMapperAdapter.unmarshal(FormMapper formMapper) |
Modifier and Type | Method and Description |
---|---|
FormMapper |
FormMapperAdapter.marshal(java.util.Map<java.lang.String,FormData> forms)
The Constant LOG.
|
void |
MystConfiguration.setForms(java.util.Map<java.lang.String,FormData> value)
Sets the value of the forms property.
|