SCS

scs.execution_node
Class Property

java.lang.Object
  extended by scs.execution_node.Property
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class Property
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

scs/execution_node/Property.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/deployment.idl Friday, October 3, 2008 9:13:51 AM BRT

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 boolean read_only
           
 java.lang.String value
           
 
Constructor Summary
Property()
           
Property(java.lang.String _name, java.lang.String _value, boolean _read_only)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

value

public java.lang.String value

read_only

public boolean read_only
Constructor Detail

Property

public Property()

Property

public Property(java.lang.String _name,
                java.lang.String _value,
                boolean _read_only)

SCS