public class MethodAttributes
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.List<Method> | method | 
| Constructor and Description | 
|---|
| MethodAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<Method> | getMethod()Gets the value of the method property. | 
protected java.util.List<Method> method
public java.util.List<Method> getMethod()
set method for the method property.
 For example, to add a new item, do as follows:
 
    getMethod().add(newItem);
 
 Objects of the following type(s) are allowed in the list
 Method