|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.metadata.Attribute
public class Attribute
Attribute.
Constructor Summary | |
---|---|
Attribute(java.lang.String name,
java.lang.String value)
Constructor. |
|
Attribute(java.lang.String name,
java.lang.String ns,
java.lang.String value)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the attribute name. |
java.lang.String |
getNameSpace()
Get attribute namespace. |
java.lang.String |
getValue()
Get attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Attribute(java.lang.String name, java.lang.String value)
name
- : name of the attribute.value
- : value of the attribute.public Attribute(java.lang.String name, java.lang.String ns, java.lang.String value)
name
- : name of the attribute.value
- : value of the attribute.ns
- : namespace of the attribute.Method Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getNameSpace()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |