oscript.data
Class ComProperty

java.lang.Object
  extended byoscript.data.Value
      extended byoscript.data.AbstractReference
          extended byoscript.data.ComProperty
All Implemented Interfaces:
java.io.Serializable

public class ComProperty
extends oscript.data.AbstractReference

A ComMethod object is a wrapper for a property of a COM object

Version:
1.15
Author:
Rob Clark (rob@ti.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class oscript.data.Value
DEBUG, MEMBER_NAMES, NULL, PARENT_TYPE_NAME, TYPE, TYPE_NAME, UNDEFINED
 
Method Summary
protected  oscript.data.Value get()
           
 void opAssign(oscript.data.Value val)
          Perform assignment.
 
Methods inherited from class oscript.data.AbstractReference
bopBitwiseAnd, bopBitwiseAndR, bopBitwiseOr, bopBitwiseOrR, bopBitwiseXor, bopBitwiseXorR, bopCast, bopCastR, bopDivide, bopDivideR, bopEquals, bopEqualsR, bopGreaterThan, bopGreaterThanOrEquals, bopGreaterThanOrEqualsR, bopGreaterThanR, bopInstanceOf, bopInstanceOfR, bopLeftShift, bopLeftShiftR, bopLessThan, bopLessThanOrEquals, bopLessThanOrEqualsR, bopLessThanR, bopLogicalAnd, bopLogicalAndR, bopLogicalOr, bopLogicalOrR, bopMinus, bopMinusR, bopMultiply, bopMultiplyR, bopNotEquals, bopNotEqualsR, bopPlus, bopPlusR, bopRemainder, bopRemainderR, bopSignedRightShift, bopSignedRightShiftR, bopUnsignedRightShift, bopUnsignedRightShiftR, callAsConstructor, callAsExtends, callAsFunction, castToBoolean, castToExactNumber, castToInexactNumber, castToJavaObject, castToString, elementAt, elementsAt, equals, getMember, getMonitor, getType, getTypeImpl, getTypeMember, hashCode, isA, length, memberSet, unhand, uopBitwiseNot, uopDecrement, uopIncrement, uopLogicalNot, uopMinus, uopPlus
 
Methods inherited from class oscript.data.Value
_getTypeMember, _populateTypeMemberSet, callAsConstructor, callAsConstructor, callAsExtends, callAsExtends, callAsFunction, callAsFunction, getMember, getMember, getMember, getMember, getMember, getTypeMember, noSuchMember, populateMemberSet, populateTypeMemberSet, readExternal, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

opAssign

public void opAssign(oscript.data.Value val)
              throws oscript.exceptions.PackagedScriptObjectException
Perform assignment. Set the value of this reference to the specified value.

Parameters:
val - the value to set this reference to
Throws:
PackagedScriptObjectException(NoSuchMemberException)
oscript.exceptions.PackagedScriptObjectException

get

protected oscript.data.Value get()