|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
java.util.Map |
emptyVariantMapping()
Remove all mappings from the map or create an empty Map. |
java.util.List |
getBuildOptionNames()
gets a List with the names of the build options for this build variant |
java.util.List |
getBuildOptionValues(java.lang.String buildOptionName)
gets a List with the values of the build option. |
boolean |
getIsRequired()
gets if the make of this build variant is required for sucessful activation |
java.lang.String |
getName()
gets ethe name of the build variant |
java.util.Map |
getVariantMapping()
gets the Map with the build variant mappings. |
void |
putBuildOption(java.lang.String buildOptionName,
java.util.List buildOptionValues)
adds a new multi-valued build option or replaces an existing one with that name. |
void |
putBuildOption(java.lang.String buildOptionName,
java.lang.String buildOptionValue)
adds a new single valued build option or replaces an existing one with that name. |
void |
removeBuildOption(java.lang.String optionName)
removes the given build option |
void |
serialize(XMLWriter writer,
boolean isBuildable)
Serializes the source state info to the given XMLWriter. |
void |
serialize(XMLWriter writer,
java.lang.String schemaVersion,
boolean isBuildable)
|
void |
setIsRequired(boolean value)
sets if the make of this build variant is required for sucessful activation |
void |
setName(java.lang.String value)
sets the name of the build variant |
void |
validate()
Verifies that the object is valid (e.g. mandatory children and attributes). |
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String value)
public boolean getIsRequired()
public void setIsRequired(boolean value)
public java.util.List getBuildOptionNames()
public java.util.List getBuildOptionValues(java.lang.String buildOptionName)
public void putBuildOption(java.lang.String buildOptionName,
java.util.List buildOptionValues)
public void putBuildOption(java.lang.String buildOptionName,
java.lang.String buildOptionValue)
public void removeBuildOption(java.lang.String optionName)
public java.util.Map getVariantMapping()
public java.util.Map emptyVariantMapping()
public void serialize(XMLWriter writer,
boolean isBuildable)
throws ValidationException
writer - the XMLWriter to use for serialization.isBuildable - true if the containg compartmnet can be built in the configuration
public void serialize(XMLWriter writer,
java.lang.String schemaVersion,
boolean isBuildable)
throws ValidationException
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 | |||||||||