|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
Type | Field |
---|---|
static int |
TYPEID
The type id of this class. |
static java.lang.String |
TYPENAME
The constant class type identifier |
Method Summary |
Type | Method |
---|---|
PresetDescriptor |
createPresetDescriptor(java.lang.String name)
Create a new descriptor. |
java.lang.String |
getName()
Gets the name of the category. |
DataType[] |
getPresetDataTypes()
Get a list of valid data types to use for the Presets. |
PresetDescriptor |
getPresetDescriptor(java.lang.String name)
Get the committed descriptor by name. |
java.util.Iterator |
getPresetDescriptorIterator()
Get the iterator over the committed preset descriptors. |
java.util.Enumeration |
getPresetDescriptors()
Get the enumeration over the committed preset descriptors. |
java.lang.String |
getStorageClassName()
Gets the name of the database class for this category. |
PresetDescriptor |
removePresetDescriptor(java.lang.String name)
Remove a descriptor. |
void |
setName(java.lang.String name)
Sets the name of the category. |
Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getTypeId, getTypeName,
isSystem, setSystem, undoAll |
Methods inherited from interface oracle.panama.model.XMLObject |
setXML, toXML |
Field Detail |
public static final java.lang.String TYPENAME
public static final int TYPEID
Method Detail |
public java.lang.String getName()
getName
in interface ModelObject
oracle.panama.model.ModelObject
public void setName(java.lang.String name)
setName
in interface ModelObject
oracle.panama.model.ModelObject
name
- must be not nullpublic java.lang.String getStorageClassName()
public java.util.Enumeration getPresetDescriptors()
public java.util.Iterator getPresetDescriptorIterator()
public PresetDescriptor getPresetDescriptor(java.lang.String name)
public PresetDescriptor createPresetDescriptor(java.lang.String name)
public PresetDescriptor removePresetDescriptor(java.lang.String name)
public DataType[] getPresetDataTypes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |