|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.ac.univie.iss.registry.Attribute
This class is used to describe an Application Service in form of an arbitrary name/value pair.
| Constructor Summary | |
Attribute()
Constructs an empty name/value pair. |
|
Attribute(java.lang.String name,
java.lang.String value)
Constructs an arbitrary name/value pair. |
|
| Method Summary | |
java.lang.String |
getName()
Returns the name of this attribute. |
java.lang.String |
getValue()
Returns the value of this attribute. |
void |
setName(java.lang.String name)
Sets the name of this attribute. |
void |
setValue(java.lang.String value)
Sets the value of this attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Attribute()
public Attribute(java.lang.String name,
java.lang.String value)
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getValue()
public void setValue(java.lang.String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||