|
|||||||||
| 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(String name,
String value)
Create an attribute model |
|
| Method Summary | |
|---|---|
Model |
createCopy()
Create a deep copy of this model. |
String |
getName()
|
String |
getType()
|
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(String name)
|
void |
setType(String type)
|
void |
setValue(String value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeModel(String name,
String value)
name - the name of the attributevalue - the value of the attribute| Method 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 String getName()
public void setName(String name)
name - the name to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getValue()
public void setValue(String value)
value - the value to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||