|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Model
Model.
| Field Summary | |
|---|---|
static String |
ROLE_NAME
Plexus role name |
| Method Summary | |
|---|---|
void |
addTagValue(String tagValue,
String value)
Adds the given value associated to the tagValue. |
String |
getName()
Returns the name of this model. |
String |
getTagValue(String tagValue)
Returns the tagValue corresponding to the given name, or null if the element has no associated tagValue for this name. |
Map<String,String> |
getTagValues()
Returns the tagValues associated with this element. |
String |
getVersion()
Returns the version of this model. |
| Field Detail |
|---|
static final String ROLE_NAME
| Method Detail |
|---|
String getName()
String getVersion()
Map<String,String> getTagValues()
String getTagValue(String tagValue)
tagValue - tag value key
void addTagValue(String tagValue,
String value)
value associated to the tagValue.
Note: If a previous tag value was definied, then it will be replaced.
tagValue - the name of the tag valuevalue - the value to associate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||