Package com.apama.net.interfaces
Interface GenericComponentManagement.GenericComponentInfoTuple
-
- Enclosing interface:
- GenericComponentManagement
public static interface GenericComponentManagement.GenericComponentInfoTuple
A name-value pair holding some information about a component
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Get the name of this info tuple.java.lang.String
getValue()
-
-
-
Method Detail
-
getName
java.lang.String getName()
Get the name of this info tuple. For some categories the names are unique keys (for dictionary information), for others the keys may not be unique, or may all be empty (essentially a list of values).
-
getValue
java.lang.String getValue()
- Returns:
- the value of this info tuple.
-
-