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