Package com.ibm.ws.javaee.dd.commonext
Interface Method
-
public interface MethodRepresents <method>.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMethod.MethodTypeEnum
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetParams()Method.MethodTypeEnumgetType()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getParams
java.lang.String getParams()
-
getType
Method.MethodTypeEnum getType()
-
-