|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interfaces representing references to components in general.
| Method Summary | |
java.lang.String |
getName()
Returns the name of the referenced component |
java.lang.String |
getSCAlias()
Returns the optional SC alias of the referenced component |
java.lang.String |
getVendor()
Returns the vendor of the referenced component |
void |
serialize(XMLWriter writer)
Serializes the reference to the given XMLWriter. |
void |
setName(java.lang.String name)
Sets the name of the referenced component |
void |
setSCAlias(java.lang.String alias)
Sets the optional SC alias of the referenced component |
void |
setVendor(java.lang.String vendor)
Sets the vendor of the referenced component |
void |
validate()
Verifies that the development compoment reference is valid (according to the DTD). |
| Methods inherited from interface com.sap.tc.complib.Identifiable |
getUniqueKey |
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getVendor()
public void setVendor(java.lang.String vendor)
public java.lang.String getSCAlias()
public void setSCAlias(java.lang.String alias)
public void validate()
throws ValidationException
ValidationException - if the object is not valid.
public void serialize(XMLWriter writer)
throws ValidationException
writer - the XMLWriter to use for serialization.
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||