All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
expression_binding_processor_properties.h File Reference

Functions

int getArgument1 () const
 Gets the value of Argument1Property. More...
 
void setArgument1 (int value)
 Sets the value of Argument1Property. More...
 
KzuPropertyBinaryTargetAttribute getArgument1Field () const
 Gets the value of Argument1FieldProperty. More...
 
void setArgument1Field (KzuPropertyBinaryTargetAttribute value)
 Sets the value of Argument1FieldProperty. More...
 
int getArgument2 () const
 Gets the value of Argument2Property. More...
 
void setArgument2 (int value)
 Sets the value of Argument2Property. More...
 
KzuPropertyBinaryTargetAttribute getArgument2Field () const
 Gets the value of Argument2FieldProperty. More...
 
void setArgument2Field (KzuPropertyBinaryTargetAttribute value)
 Sets the value of Argument2FieldProperty. More...
 
KzuExpressionValidatorOperation getOperation () const
 Gets the value of OperationProperty. More...
 
void setOperation (KzuExpressionValidatorOperation value)
 Sets the value of OperationProperty. More...
 
KzuPropertyBinaryTargetAttribute getOutputField () const
 Gets the value of OutputFieldProperty. More...
 
void setOutputField (KzuPropertyBinaryTargetAttribute value)
 Sets the value of OutputFieldProperty. More...
 
int getOutput () const
 Gets the value of OutputProperty. More...
 
void setOutput (int value)
 Sets the value of OutputProperty. More...
 

Variables

static PropertyType< int > Argument1Property
 Argument1 property. More...
 
static PropertyType
< KzuPropertyBinaryTargetAttribute
Argument1FieldProperty
 Argument1Field property. More...
 
static PropertyType< int > Argument2Property
 Argument2 property. More...
 
static PropertyType
< KzuPropertyBinaryTargetAttribute
Argument2FieldProperty
 Argument2Field property. More...
 
static PropertyType
< KzuExpressionValidatorOperation > 
OperationProperty
 Operation property. More...
 
static PropertyType
< KzuPropertyBinaryTargetAttribute
OutputFieldProperty
 OutputField property. More...
 
static PropertyType< int > OutputProperty
 Output property. More...
 

Function Documentation

int getArgument1 ( ) const

Gets the value of Argument1Property.

See also
setArgument1()
void setArgument1 ( int  value)

Sets the value of Argument1Property.

See also
getArgument1()
KzuPropertyBinaryTargetAttribute getArgument1Field ( ) const

Gets the value of Argument1FieldProperty.

See also
setArgument1Field()
void setArgument1Field ( KzuPropertyBinaryTargetAttribute  value)

Sets the value of Argument1FieldProperty.

See also
getArgument1Field()
int getArgument2 ( ) const

Gets the value of Argument2Property.

See also
setArgument2()
void setArgument2 ( int  value)

Sets the value of Argument2Property.

See also
getArgument2()
KzuPropertyBinaryTargetAttribute getArgument2Field ( ) const

Gets the value of Argument2FieldProperty.

See also
setArgument2Field()
void setArgument2Field ( KzuPropertyBinaryTargetAttribute  value)

Sets the value of Argument2FieldProperty.

See also
getArgument2Field()
KzuExpressionValidatorOperation getOperation ( ) const

Gets the value of OperationProperty.

See also
setOperation()
void setOperation ( KzuExpressionValidatorOperation  value)

Sets the value of OperationProperty.

See also
getOperation()
KzuPropertyBinaryTargetAttribute getOutputField ( ) const

Gets the value of OutputFieldProperty.

See also
setOutputField()
void setOutputField ( KzuPropertyBinaryTargetAttribute  value)

Sets the value of OutputFieldProperty.

See also
getOutputField()
int getOutput ( ) const

Gets the value of OutputProperty.

See also
setOutput()
void setOutput ( int  value)

Sets the value of OutputProperty.

See also
getOutput()

Variable Documentation

PropertyType<int> Argument1Property
static

Argument1 property.

The default value is 0.

See also
setArgument1(), getArgument1()
PropertyType<KzuPropertyBinaryTargetAttribute> Argument1FieldProperty
static

Argument1Field property.

The default value is KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_WHOLE_PROPERTY.

See also
setArgument1Field(), getArgument1Field()
PropertyType<int> Argument2Property
static

Argument2 property.

The default value is 0.

See also
setArgument2(), getArgument2()
PropertyType<KzuPropertyBinaryTargetAttribute> Argument2FieldProperty
static

Argument2Field property.

The default value is KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_WHOLE_PROPERTY.

See also
setArgument2Field(), getArgument2Field()
PropertyType<KzuExpressionValidatorOperation> OperationProperty
static

Operation property.

The default value is KZU_EXPRESSION_VALIDATOR_OPERATION_ADD.

See also
setOperation(), getOperation()
PropertyType<KzuPropertyBinaryTargetAttribute> OutputFieldProperty
static

OutputField property.

The default value is KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_WHOLE_PROPERTY.

See also
setOutputField(), getOutputField()
PropertyType<int> OutputProperty
static

Output property.

The default value is 0.

See also
setOutput(), getOutput()