|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icomm.assetplacement.model.PackageElement
com.adobe.icomm.assetplacement.model.Controller
public class Controller
Class that represents a child of the <controllers> element within a package definition file. This base class provides access to properties common to controllers.
| Method Summary | |
|---|---|
String |
getControllerType()
Return the controller type, aka the element name in the package definition. |
String |
getID()
The id used to uniquely identify this controller in the package definition. |
void |
setID(String value)
The id used to uniquely identify this controller in the package definition. |
void |
validate(Validator validator)
Attempt to validate this controller element. |
| Methods inherited from class com.adobe.icomm.assetplacement.model.PackageElement |
|---|
getAttribute, getMetaData, remove, setAttribute, setMetaData |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setID(String value)
value - the new id of this controller.public String getID()
public String getControllerType()
public void validate(Validator validator)
validator - the validator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||