Class Argument
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.model.Argument
-
- All Implemented Interfaces:
Serializable
public class Argument extends Object implements Serializable
Аргумент метода- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArgument.TypeContains information about type of argument
-
Constructor Summary
Constructors Constructor Description Argument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetName()Argument.TypegetType()voidsetClassName(String className)voidsetName(String name)voidsetType(Argument.Type type)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getType
public Argument.Type getType()
-
setType
public void setType(Argument.Type type)
-
-