public static class PaletteCategory.Descriptor extends Identity
Constructor and Description |
---|
Descriptor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of the palette
|
int |
getNumChildren()
Returns the number of children the palette category contains
|
int |
getNumPalettes()
Returns the number of palettes the palette category contains
|
void |
setDescription(java.lang.String description_)
Sets the description of the palette category
|
void |
setNumChildren(int i_)
Sets the number of children the palette category contains
|
void |
setNumPalettes(int i_)
Sets the number of palettes the palette category contains
|
void |
toXML(java.lang.StringBuffer buffer_)
Not yet implemented
|
public java.lang.String getDescription()
public void setDescription(java.lang.String description_)
description_
- a description of the palette categorypublic int getNumChildren()
public void setNumChildren(int i_)
i_
- the number of children the palette category containspublic int getNumPalettes()
public void setNumPalettes(int i_)
i_
- the number of palettes the palette category containspublic void toXML(java.lang.StringBuffer buffer_)
buffer_
- not usedCopyright © 2003-2024 Appian Corporation. All Rights Reserved.