|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface representing a package of a development component.
| Method Summary | |
java.lang.String |
getCaption()
Returns a human readable name of the package |
java.lang.String |
getDescription()
Returns the description of the package |
java.lang.String |
getName()
Returns the name of the package |
void |
serialize(XMLWriter writer)
Serializes the reference to the given XMLWriter. |
void |
setCaption(java.lang.String caption)
Sets a human readable name of the package |
void |
setDescription(java.lang.String description)
Sets the description of the package |
void |
setName(java.lang.String name)
Sets the name of the package |
void |
validate()
Verifies that the package is valid (according to the DTD). |
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getCaption()
public void setCaption(java.lang.String caption)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
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 | |||||||||