|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.ComponentInfo
public class ComponentInfo
This class contains meta information about any component.
Zephyr Business Solution
| Constructor Summary | |
|---|---|
ComponentInfo(int num_params,
java.util.Map params,
java.util.Map props,
java.lang.Class rtype)
Creates a ComponentInfo object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Class |
getComponentType()
Get the property type. |
int |
getParameterCount()
Get the total number of parameters. |
java.util.Map |
getParameters()
Get the parameters. |
java.util.Map |
getProperties()
Get the properties. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentInfo(int num_params,
java.util.Map params,
java.util.Map props,
java.lang.Class rtype)
num_params - the number of parameters.params - the map of the parameters.props - the map of the propertyes.rtype - the component type.| Method Detail |
|---|
public int getParameterCount()
public java.util.Map getParameters()
public java.util.Map getProperties()
public java.lang.Class getComponentType()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||