public interface PrePostExtension
| Modifier and Type | Field and Description | 
|---|---|
| static int | OPERATION_INSERTOperation code for inserting a property. | 
| static int | OPERATION_REMOVEOperation code for removing a property. | 
| static int | OPERATION_SETOperation code for setting a property. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getStaticHandler()Get the fully qualified static handler class name. | 
| boolean | hasPostCall()Returns true if the static handler class has a preSet() method
 with the following signature:
  public static void postSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int}; | 
| boolean | hasPreCall()Returns true if the static handler class has a preSet() method
 with the following signature:
  public static boolean preSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int}; | 
static final int OPERATION_SET
static final int OPERATION_INSERT
static final int OPERATION_REMOVE
String getStaticHandler()
boolean hasPreCall()
public static boolean preSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int};boolean hasPostCall()
public static void postSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int};