brooklyn.entity
Interface ParameterType<T>
- All Superinterfaces:
- Serializable
public interface ParameterType<T>
- extends Serializable
Similar to the concepts in the JMX MBeanParameterInfo class.
- See Also:
Effector
getName
String getName()
getParameterClass
Class<T> getParameterClass()
getParameterClassName
String getParameterClassName()
- The canonical name of the parameter class; especially useful if the class
cannot be resolved after deserialization.
getDescription
String getDescription()
Copyright © 2013. All Rights Reserved.