|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Annotation
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 minOccurs="0">
<element name="expected-type" type="{http://www.springframework.org/schema/tool}typedParameterType" minOccurs="0"/>
<element name="assignable-to" type="{http://www.springframework.org/schema/tool}typedParameterType" minOccurs="0"/>
<element name="exports" type="{http://www.springframework.org/schema/tool}exportsType" minOccurs="0"/>
<element name="registers-scope" type="{http://www.springframework.org/schema/tool}registersScopeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="kind" default="direct">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ref"/>
<enumeration value="direct"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
TypedParameterType |
getAssignableTo()
Gets the value of the assignableTo property. |
TypedParameterType |
getExpectedType()
Gets the value of the expectedType property. |
ExportsType |
getExports()
Gets the value of the exports property. |
String |
getKind()
Gets the value of the kind property. |
RegistersScopeType[] |
getRegistersScope()
|
RegistersScopeType |
getRegistersScope(int idx)
|
int |
getRegistersScopeLength()
|
void |
setAssignableTo(TypedParameterType value)
Sets the value of the assignableTo property. |
void |
setExpectedType(TypedParameterType value)
Sets the value of the expectedType property. |
void |
setExports(ExportsType value)
Sets the value of the exports property. |
void |
setKind(String value)
Sets the value of the kind property. |
RegistersScopeType |
setRegistersScope(int idx,
RegistersScopeType value)
|
void |
setRegistersScope(RegistersScopeType[] values)
|
| Method Detail |
|---|
TypedParameterType getExpectedType()
TypedParameterTypevoid setExpectedType(TypedParameterType value)
value - allowed object is
TypedParameterTypeTypedParameterType getAssignableTo()
TypedParameterTypevoid setAssignableTo(TypedParameterType value)
value - allowed object is
TypedParameterTypeExportsType getExports()
ExportsTypevoid setExports(ExportsType value)
value - allowed object is
ExportsTypeRegistersScopeType[] getRegistersScope()
RegistersScopeTypeRegistersScopeType getRegistersScope(int idx)
RegistersScopeTypeint getRegistersScopeLength()
void setRegistersScope(RegistersScopeType[] values)
values - allowed objects are
RegistersScopeType
RegistersScopeType setRegistersScope(int idx,
RegistersScopeType value)
value - allowed object is
RegistersScopeTypeString getKind()
Stringvoid setKind(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||