com.metamatrix.platform.config.spi.xml
Class XMLActionUpdateStrategy

java.lang.Object
  extended by com.metamatrix.platform.config.spi.xml.XMLActionUpdateStrategy

public class XMLActionUpdateStrategy
extends java.lang.Object


Field Summary
static int ADD
          The command to signify addition of an attribute.
static int REMOVE
          The command to signify removal of an attribute.
static int SET
          The command to signify setting of an attribute.
 PropertyValidations validateProperty
           
 
Constructor Summary
XMLActionUpdateStrategy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validateProperty

public PropertyValidations validateProperty

SET

public static final int SET
The command to signify setting of an attribute.

See Also:
Constant Field Values

ADD

public static final int ADD
The command to signify addition of an attribute.

See Also:
Constant Field Values

REMOVE

public static final int REMOVE
The command to signify removal of an attribute.

See Also:
Constant Field Values
Constructor Detail

XMLActionUpdateStrategy

public XMLActionUpdateStrategy()


Copyright © 2009. All Rights Reserved.