| |
|
| com.xoetrope.data.pojo.XPojoModelVis com.xoetrope.data.pojo.XPojoMethodArgs
XPojoMethodArgs | public class XPojoMethodArgs extends XPojoModelVis (Code) | | Finder arguments model.
Copyright (c) Xoetrope Ltd., 2001-2007, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
|
XPojoMethodArgs | public XPojoMethodArgs(XPojoModelEx pc, Method method, XPojoDataSourceEx ds)(Code) | | Creates a new instance of XPojoFinderArgs
Parameters: ds - XPojoDataSourceEx object Parameters: pt - types of parameters |
argumentValuesSet | public boolean argumentValuesSet()(Code) | | Determines whether values of all the arguments
hass been set
true if the values has been set,false otherwise |
get | public XModel get(int i)(Code) | | Gets the finder argument.
Parameters: i - position of finder's argument in the list of arguments XModel object representing finder's argument. |
get | public Object get(String element)(Code) | | Gets the value of the element located at the path
Parameters: element - the path to the XPojoModel required the value of the XPojoModel |
getAttribRuntime | public boolean getAttribRuntime(int i)(Code) | | |
getCaption | public String getCaption()(Code) | | Gets the visualiser tree caption of this node
the caption |
getNumChildren | public int getNumChildren()(Code) | | Gets the number of children
the number of children (parameters) |
getParameterTypes | public Class[] getParameterTypes()(Code) | | Returns the table containin parent method
argument types
the table containing types |
removeAllArgumentValues | public void removeAllArgumentValues()(Code) | | Removes values of all arguments
|
setFinderArgs | protected void setFinderArgs()(Code) | | Defines this finder arguments and restores its values in order
to determine the number of children of this node.
|
|
|
|