scs.core
Class ReceptacleDescription
java.lang.Object
scs.core.ReceptacleDescription
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class ReceptacleDescription
- extends Object
- implements IDLEntity
Generated from IDL struct "ReceptacleDescription".
- Version:
- generated at Feb 10, 2014 8:09:01 AM
- Author:
- JacORB IDL compiler V 3.1, 19-Aug-2012
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
interface_name
public String interface_name
is_multiplex
public boolean is_multiplex
connections
public ConnectionDescription[] connections
ReceptacleDescription
public ReceptacleDescription()
ReceptacleDescription
public ReceptacleDescription(String name,
String interface_name,
boolean is_multiplex,
ConnectionDescription[] connections)
Copyright © 2014. All Rights Reserved.