public class Argument extends Object
| 构造器和说明 |
|---|
Argument() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getJavaType()
Gets the java type.
|
String |
getJavaType2()
Gets the java type 2.
|
String |
getJavaType3()
Gets the java type 3.
|
String |
getJavaType4()
Gets the java type 4.
|
String |
getName()
Gets the name.
|
String |
getNetType()
Gets the net type.
|
int |
getPosition()
Gets the position.
|
String |
getProperty()
Gets the property.
|
String |
getType()
Gets the type.
|
void |
setName(String name)
Sets the name.
|
void |
setPosition(int position)
Sets the position.
|
void |
setProperty(String property)
Sets the property.
|
void |
setType(String type)
Sets the type.
|
public int getPosition()
public void setPosition(int position)
position - the new positionpublic String getProperty()
public void setProperty(String property)
property - the new propertypublic String getName()
public void setName(String name)
name - the new namepublic String getType()
public void setType(String type)
type - the new typepublic String getJavaType()
public String getJavaType2()
public String getJavaType3()
public String getNetType()
public String getJavaType4()
Copyright © 2018. All rights reserved.