|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Repository instance is a data object that
stores information about a repository server.
| Field Summary | |
static java.lang.String |
TYPE_DTR
|
| Method Summary | |
java.lang.String |
getType()
gets the repository type |
java.lang.String |
getURL()
gets the repository URL |
void |
serialize(XMLWriter writer)
Serializes the repository information to the given XMLWriter. |
void |
setType(java.lang.String value)
sets the repository type |
void |
setURL(java.lang.String value)
sets the repository URL |
void |
validate()
Verifies that the repsoitory information is valid. |
| Field Detail |
public static final java.lang.String TYPE_DTR
| Method Detail |
public java.lang.String getType()
public void setType(java.lang.String value)
public java.lang.String getURL()
public void setURL(java.lang.String value)
public void serialize(XMLWriter writer)
writer - the XMLWriter to use for serialization.
public void validate()
throws ValidationException
ValidationException - if the object is not valid.
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||