public static class Extension.Instrumentation.Pointcut.Method.Parameters
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Extension.Instrumentation.Pointcut.Method.Parameters.Type
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Extension.Instrumentation.Pointcut.Method.Parameters.Type> |
type |
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Extension.Instrumentation.Pointcut.Method.Parameters.Type> |
getType()
Gets the value of the type property.
|
protected java.util.List<Extension.Instrumentation.Pointcut.Method.Parameters.Type> type
public java.util.List<Extension.Instrumentation.Pointcut.Method.Parameters.Type> getType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the object.
This is why there is not a set
method for the type property.
For example, to add a new item, do as follows:
getType().add(newItem);
Objects of the following type(s) are allowed in the list
Extension.Instrumentation.Pointcut.Method.Parameters.Type