|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.collection.impl.metadata.cpe.NameValuePairImpl
public class NameValuePairImpl
Constructor Summary | |
---|---|
NameValuePairImpl()
|
|
NameValuePairImpl(java.lang.String aName,
java.lang.Object aValue)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name. |
java.lang.Object |
getValue()
Gets the value. |
void |
setName(java.lang.String aName)
Sets the name. |
void |
setValue(java.lang.Object aValue)
Sets the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameValuePairImpl()
public NameValuePairImpl(java.lang.String aName, java.lang.Object aValue)
Method Detail |
---|
public java.lang.String getName()
NameValuePair
getName
in interface NameValuePair
public void setName(java.lang.String aName)
NameValuePair
setName
in interface NameValuePair
aName
- a namepublic java.lang.Object getValue()
NameValuePair
getValue
in interface NameValuePair
public void setValue(java.lang.Object aValue)
NameValuePair
setValue
in interface NameValuePair
aValue
- a value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |