|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Qualifier
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 ref="{http://www.springframework.org/schema/beans}attribute" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="org.springframework.beans.factory.annotation.Qualifier" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
MetaType[] |
getAttribute()
|
MetaType |
getAttribute(int idx)
|
int |
getAttributeLength()
|
String |
getType()
Gets the value of the type property. |
String |
getValue()
Gets the value of the value property. |
MetaType |
setAttribute(int idx,
MetaType value)
|
void |
setAttribute(MetaType[] values)
|
void |
setType(String value)
Sets the value of the type property. |
void |
setValue(String value)
Sets the value of the value property. |
| Method Detail |
|---|
MetaType[] getAttribute()
MetaTypeMetaType getAttribute(int idx)
MetaTypeint getAttributeLength()
void setAttribute(MetaType[] values)
values - allowed objects are
MetaType
MetaType setAttribute(int idx,
MetaType value)
value - allowed object is
MetaTypeString getType()
Stringvoid setType(String value)
value - allowed object is
StringString getValue()
Stringvoid setValue(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||