Uses of Class
com.aducid.sdk.enums.PublicMethod
| Package | Description | 
|---|---|
| com.aducid.sdk.enums | 
 Enumeration classes. 
 | 
| com.aducid.sdk.pojo | 
 Java beans. 
 | 
- 
Uses of PublicMethod in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return PublicMethod Modifier and Type Method Description static PublicMethodPublicMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PublicMethod[]PublicMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of PublicMethod in com.aducid.sdk.pojo
Methods in com.aducid.sdk.pojo that return PublicMethod Modifier and Type Method Description PublicMethodProxyArguments. getPublicMethod()Returns public method.Methods in com.aducid.sdk.pojo with parameters of type PublicMethod Modifier and Type Method Description voidProxyArguments. setPublicMethod(PublicMethod publicMethod)Sets public method.