Package wt.fc.batch
Class UpdateColumnExpression
java.lang.Object
wt.fc.batch.UpdateColumnExpression
- All Implemented Interfaces:
Externalizable,Serializable
This class specifies a ClassAttribute and associate expression that is
used for batch specficiation update.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor.UpdateColumnExpression(ClassAttribute a_attribute, ColumnExpression a_value) This constructor initializes the instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: attribute; The class attribute that will be set.getValue()Gets the value of the attribute: value; The value to set.voidsetAttribute(ClassAttribute a_Attribute) Sets the value of the attribute: attribute; The class attribute that will be set.voidsetValue(ColumnExpression a_Value) Sets the value of the attribute: value; The value to set.
-
Constructor Details
-
UpdateColumnExpression
public UpdateColumnExpression()Default Constructor.
Supported API: true -
UpdateColumnExpression
public UpdateColumnExpression(ClassAttribute a_attribute, ColumnExpression a_value) throws WTPropertyVetoException This constructor initializes the instance.
Supported API: true- Parameters:
a_attribute- The attribute to set.a_value- The expression to use for setting the value.- Throws:
WTPropertyVetoException
-
-
Method Details
-
getAttribute
Gets the value of the attribute: attribute; The class attribute that will be set.
Supported API: true- Returns:
- ClassAttribute
-
setAttribute
Sets the value of the attribute: attribute; The class attribute that will be set.
Supported API: true- Parameters:
a_Attribute-- Throws:
WTPropertyVetoException
-
getValue
Gets the value of the attribute: value; The value to set.
Supported API: true- Returns:
- ColumnExpression
-
setValue
Sets the value of the attribute: value; The value to set.
Supported API: true- Parameters:
a_Value-- Throws:
WTPropertyVetoException
-