|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseDescription
This class represents a base description object for a state. All description objects in a state have a name and a version.
This interface is not intended to be implemented by clients. The
StateObjectFactory should be used to construct instances.
| Method Summary | |
|---|---|
BundleCapability |
getCapability()
Returns the capability represented by this description. |
java.util.Map<java.lang.String,java.lang.Object> |
getDeclaredAttributes()
Returns the attributes declared with the description. |
java.util.Map<java.lang.String,java.lang.String> |
getDeclaredDirectives()
Returns the directives declared with the description. |
java.lang.String |
getName()
Returns the name. |
BundleDescription |
getSupplier()
Returns the bundle which supplies this base description |
Version |
getVersion()
Returns the version. |
| Method Detail |
|---|
java.lang.String getName()
Version getVersion()
BundleDescription getSupplier()
java.util.Map<java.lang.String,java.lang.String> getDeclaredDirectives()
java.util.Map<java.lang.String,java.lang.Object> getDeclaredAttributes()
BundleCapability getCapability()
null is
returned.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||