Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.openorb.trader.compiler.objects
Class STDLService  view STDLService download STDLService.java

java.lang.Object
  extended byIdlObject
      extended byorg.openorb.trader.compiler.objects.STDLService
All Implemented Interfaces:
org.openorb.trader.compiler.reflect.stdlService

public class STDLService
extends IdlObject
implements org.openorb.trader.compiler.reflect.stdlService

This class provides a data container for Service type description.


Field Summary
private  java.util.Vector _inheritance
           
private  IdlObject _intf
           
 
Constructor Summary
STDLService(IdlObject father)
           
 
Method Summary
 void addInheritance(IdlObject inh)
           
 int idlType()
           
 org.openorb.trader.compiler.reflect.stdlService[] inheritance()
           
 org.openorb.compiler.idl.reflect.idlInterface interface_type()
           
 void interface_type(IdlObject intf)
           
 org.openorb.trader.compiler.reflect.stdlProperty[] properties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_inheritance

private java.util.Vector _inheritance

_intf

private IdlObject _intf
Constructor Detail

STDLService

public STDLService(IdlObject father)
Method Detail

addInheritance

public void addInheritance(IdlObject inh)

interface_type

public void interface_type(IdlObject intf)

idlType

public int idlType()

properties

public org.openorb.trader.compiler.reflect.stdlProperty[] properties()
Specified by:
properties in interface org.openorb.trader.compiler.reflect.stdlService

inheritance

public org.openorb.trader.compiler.reflect.stdlService[] inheritance()
Specified by:
inheritance in interface org.openorb.trader.compiler.reflect.stdlService

interface_type

public org.openorb.compiler.idl.reflect.idlInterface interface_type()
Specified by:
interface_type in interface org.openorb.trader.compiler.reflect.stdlService