Package org.openxava.model.meta
Class MetaMethod
java.lang.Object
org.openxava.model.meta.MetaMethod
- All Implemented Interfaces:
Serializable
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanbooleanvoidsetArguments(String string) voidsetExceptions(String string) voidsetMetaCalculator(MetaCalculator calculator) voidvoidsetTypeName(String string)
-
Constructor Details
-
MetaMethod
public MetaMethod()
-
-
Method Details
-
getName
-
setName
-
getArguments
-
getExceptions
-
hasExceptions
public boolean hasExceptions() -
hasArguments
public boolean hasArguments() -
getTypeName
-
setArguments
-
setExceptions
-
setTypeName
-
getMetaCalculator
-
setMetaCalculator
-