public class Method extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
ejbName |
protected String |
methodIntf |
protected String |
methodName |
protected MethodParams |
methodParams |
| Constructor and Description |
|---|
Method() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getEjbName() |
String |
getMethodIntf() |
String |
getMethodName() |
MethodParams |
getMethodParams() |
void |
setDescription(String value) |
void |
setEjbName(String value) |
void |
setMethodIntf(String value) |
void |
setMethodName(String value) |
void |
setMethodParams(MethodParams value) |
protected String description
protected String ejbName
protected String methodName
protected String methodIntf
protected MethodParams methodParams
public String getDescription()
public void setDescription(String value)
public String getEjbName()
public void setEjbName(String value)
public String getMethodName()
public void setMethodName(String value)
public String getMethodIntf()
public void setMethodIntf(String value)
public MethodParams getMethodParams()
public void setMethodParams(MethodParams value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.