public abstract class PDAction extends PDObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PDAction.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CN_Type_Action |
static COSName |
DK_Next |
static COSName |
DK_S |
static PDAction.MetaClass |
META
The meta class instance
|
DK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
void |
addNext(PDAction action)
Add a new
PDAction to be executed after this. |
COSName |
cosGetActionType()
The real action type.
|
abstract COSName |
cosGetExpectedActionType()
The action type expected for a
PDAction of the instantiated
class. |
List |
getNext()
|
void |
removeNext(PDAction action)
Remove a
PDAction from the actions to be executed after this. |
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toStringchanged, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final PDAction.MetaClass META
public static final COSName DK_S
public static final COSName DK_Next
public static final COSName CN_Type_Action
public void addNext(PDAction action)
PDAction to be executed after this.action - The new PDActionpublic COSName cosGetActionType()
public abstract COSName cosGetExpectedActionType()
PDAction of the instantiated
class.PDAction of the
instantiated class.public List getNext()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.