Package com.appiancorp.suiteapi.process
Class Palette.Descriptor
java.lang.Object
com.appiancorp.suiteapi.common.Identity
com.appiancorp.suiteapi.process.Palette.Descriptor
- All Implemented Interfaces:
LocalId
,Serializable
- Enclosing class:
- Palette
A name/id object that can be used by the UI
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
toXML
(StringBuffer buffer_) Converts the descriptor to xml and stores it in a StringBuffer
-
Constructor Details
-
Descriptor
public Descriptor()
-
-
Method Details
-
toXML
Converts the descriptor to xml and stores it in a StringBuffer- Parameters:
buffer_
- theStringBuffer
to append the XML to
-