public static class DirectiveUIHints.Addon
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
label  | 
protected java.lang.String | 
method  | 
protected DirectiveUIHints.Parameter[] | 
parameters  | 
| Constructor and Description | 
|---|
Addon()  | 
Addon(java.lang.String method,
     DirectiveUIHints.Parameter[] params,
     java.lang.String label)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
java.lang.String | 
getLabel()  | 
java.lang.String | 
getMethod()  | 
DirectiveUIHints.Parameter[] | 
getParameters()  | 
int | 
hashCode()  | 
java.lang.reflect.Method | 
resolveMethod(java.lang.Class<?> cls)  | 
void | 
setLabel(java.lang.String label)  | 
void | 
setMethod(java.lang.String method)  | 
void | 
setParameters(DirectiveUIHints.Parameter[] parameters)  | 
protected DirectiveUIHints.Parameter[] parameters
protected java.lang.String method
protected java.lang.String label
public Addon()
public Addon(java.lang.String method,
             DirectiveUIHints.Parameter[] params,
             java.lang.String label)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String getMethod()
public void setMethod(java.lang.String method)
public DirectiveUIHints.Parameter[] getParameters()
public void setParameters(DirectiveUIHints.Parameter[] parameters)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.reflect.Method resolveMethod(java.lang.Class<?> cls)
                                       throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodExceptionCopyright 2004-2015 Wandora Team