Brooklyn

brooklyn.entity
[Java] Interface ParameterType


public interface ParameterType
extends java.io.Serializable

Similar to the concepts in the JMX javax.management.MBeanParameterInfo class.

See Also:
Effector


Method Summary
java.lang.Object getDefaultValue()

@return The default value for this parameter, if not supplied during an effector call.

java.lang.String getDescription()

java.lang.String getName()

java.lang.Class getParameterClass()

java.lang.String getParameterClassName()

The canonical name of the parameter class; especially useful if the class cannot be resolved after deserialization.

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

getDefaultValue

public java.lang.Object getDefaultValue()
Returns:
The default value for this parameter, if not supplied during an effector call.


getDescription

public java.lang.String getDescription()


getName

public java.lang.String getName()


getParameterClass

public java.lang.Class getParameterClass()


getParameterClassName

public java.lang.String getParameterClassName()
The canonical name of the parameter class; especially useful if the class cannot be resolved after deserialization.


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.