ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.icc.editors.model.el.operands 

StringOperand  - AS3 Asset Composer

Packagecom.adobe.icc.editors.model.el.operands
Classpublic class StringOperand
InheritanceStringOperand Inheritance Object
Implements IOperand

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The StringOperand class represents the literal operand in an expression. For example, the expression (age == 20) , the value 20 is represented as StringOperand object.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  value : String
The literal value of the string operand.
StringOperand
Public Methods
 MethodDefined By
  
Constructor.
StringOperand
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
  
String representation of the operand
StringOperand
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

value

property
public var value:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The literal value of the string operand.

Constructor Detail

StringOperand

()Constructor
public function StringOperand(v:String)

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Parameters
v:String — Specifies the string value associated with this operand.
Method Detail

toString

()method
public function toString():String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

String representation of the operand

Returns
String — String representation of the operand