tecgraf.openbus.opendreams
Class JobParameter

java.lang.Object
  extended by tecgraf.openbus.opendreams.JobParameter
All Implemented Interfaces:
Serializable, IDLEntity, Streamable, StreamableValue, ValueBase
Direct Known Subclasses:
JobParameterImpl

public abstract class JobParameter
extends Object
implements StreamableValue

Generated from IDL valuetype "JobParameter".

Version:
generated at Jun 7, 2010 8:57:30 AM
Author:
JacORB IDL compiler V 2.3-beta-2, 14-Oct-2006
See Also:
Serialized Form

Field Summary
 String name
           
 String value
           
 
Constructor Summary
JobParameter()
           
 
Method Summary
 void _read(InputStream os)
           
 String[] _truncatable_ids()
           
 TypeCode _type()
           
 void _write(OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

value

public String value
Constructor Detail

JobParameter

public JobParameter()
Method Detail

_write

public void _write(OutputStream os)
Specified by:
_write in interface Streamable

_read

public void _read(InputStream os)
Specified by:
_read in interface Streamable

_truncatable_ids

public String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface ValueBase

_type

public TypeCode _type()
Specified by:
_type in interface Streamable


Tecgraf PUC-Rio