|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.aries.subsystem.core.archive.AbstractParameter
org.apache.aries.subsystem.core.archive.AbstractAttribute
org.apache.aries.subsystem.core.archive.TypedAttribute
public class TypedAttribute
Nested Class Summary | |
---|---|
static class |
TypedAttribute.Type
|
Constructor Summary | |
---|---|
TypedAttribute(String name,
String value,
String type)
|
|
TypedAttribute(String name,
String value,
TypedAttribute.Type type)
|
Method Summary | |
---|---|
TypedAttribute.Type |
getType()
|
Methods inherited from class org.apache.aries.subsystem.core.archive.AbstractAttribute |
---|
appendToFilter, toString |
Methods inherited from class org.apache.aries.subsystem.core.archive.AbstractParameter |
---|
getName, getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.aries.subsystem.core.archive.Parameter |
---|
getName, getValue |
Constructor Detail |
---|
public TypedAttribute(String name, String value, String type)
public TypedAttribute(String name, String value, TypedAttribute.Type type)
Method Detail |
---|
public TypedAttribute.Type getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |