public interface BrooklynType
extends java.io.Serializable
BrooklynObject
. It is an immutable snapshot.
It reflects a given brooklyn object at the time the snapshot was created: if anything
were added or removed on-the-fly then those changes will be included in subsequent
snapshots. Therefore instances of a given class could have different BrooklynType
s.Modifier and Type | Method and Description |
---|---|
ConfigKey<?> |
getConfigKey(java.lang.String name)
The ConfigKey with the given name, or null if not found.
|
java.util.Set<ConfigKey<?>> |
getConfigKeys()
ConfigKeys available on this entity.
|
java.lang.String |
getName()
The type name of this entity (normally the fully qualified class name).
|
java.lang.String |
getSimpleName()
The simple type name of this entity (normally the unqualified class name).
|
java.lang.String getName()
java.lang.String getSimpleName()
java.util.Set<ConfigKey<?>> getConfigKeys()
ConfigKey<?> getConfigKey(java.lang.String name)