|
Spring Web Flow | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.engine.model.AbstractModel
org.springframework.webflow.engine.model.AttributeModel
public class AttributeModel
Model support for attributes.
A meta attribute describing or otherwise annotating it's holder.
Constructor Summary | |
---|---|
AttributeModel(java.lang.String name,
java.lang.String value)
Create an attribute model |
Method Summary | |
---|---|
Model |
createCopy()
Create a deep copy of this model. |
java.lang.String |
getName()
|
java.lang.String |
getType()
|
java.lang.String |
getValue()
|
boolean |
isMergeableWith(Model model)
Determine if the model is able to be merged into the current model |
void |
merge(Model model)
Merge the model into the current model |
void |
setName(java.lang.String name)
|
void |
setType(java.lang.String type)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class org.springframework.webflow.engine.model.AbstractModel |
---|
copy, copyList, merge, merge, merge, merge, merge |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeModel(java.lang.String name, java.lang.String value)
name
- the name of the attributevalue
- the value of the attributeMethod Detail |
---|
public boolean isMergeableWith(Model model)
Model
model
- the model to compare
public void merge(Model model)
Model
model
- the model to merge withpublic Model createCopy()
Model
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value to set
|
Spring Web Flow | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |