|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SequencerOutput
Interface for sequencers to use to generate their output.
Method Summary | |
---|---|
void |
setProperty(java.lang.String nodePath,
java.lang.String property,
java.lang.Object... values)
Set the supplied property on the supplied node. |
void |
setReference(java.lang.String nodePath,
java.lang.String property,
java.lang.String... paths)
Set the supplied reference on the supplied node. |
Method Detail |
---|
void setProperty(java.lang.String nodePath, java.lang.String property, java.lang.Object... values)
The allowable values are any of the following:
String
instancesString
arraysInputStream
instancesCalendar
instances
nodePath
- the path to the node containing the property; may not be nullproperty
- the name of the property to be setvalues
- the value(s) for the property; may be empty if any existing property is to be removedvoid setReference(java.lang.String nodePath, java.lang.String property, java.lang.String... paths)
nodePath
- the path to the node containing the property; may not be nullproperty
- the name of the property to be setpaths
- the paths to the referenced property, which may be absolute paths or relative to the sequencer output node;
may be empty if any existing property is to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |