|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.batch.UpdateColumnExpression
public class UpdateColumnExpression
This class specifies a ClassAttribute and associate expression that is
used for batch specficiation update.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
UpdateColumnExpression()
Default Constructor. |
|
UpdateColumnExpression(ClassAttribute a_attribute,
ColumnExpression a_value)
This constructor initializes the instance. |
|
| Method Summary | |
|---|---|
ClassAttribute |
getAttribute()
Gets the value of the attribute: attribute; The class attribute that will be set. |
ColumnExpression |
getValue()
Gets the value of the attribute: value; The value to set. |
void |
setAttribute(ClassAttribute a_Attribute)
Sets the value of the attribute: attribute; The class attribute that will be set. |
void |
setValue(ColumnExpression a_Value)
Sets the value of the attribute: value; The value to set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateColumnExpression()
public UpdateColumnExpression(ClassAttribute a_attribute,
ColumnExpression a_value)
throws WTPropertyVetoException
a_attribute - The attribute to set.a_value - The expression to use for setting the value.
WTPropertyVetoException| Method Detail |
|---|
public ClassAttribute getAttribute()
public void setAttribute(ClassAttribute a_Attribute)
throws WTPropertyVetoException
a_Attribute -
WTPropertyVetoExceptionpublic ColumnExpression getValue()
public void setValue(ColumnExpression a_Value)
throws WTPropertyVetoException
a_Value -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||