org.jacorb.ir
Class StringDef

java.lang.Object
  extended by org.jacorb.ir.IRObject
      extended by org.jacorb.ir.IDLType
          extended by org.jacorb.ir.StringDef
All Implemented Interfaces:
IDLTypeOperations, IRObjectOperations, StringDefOperations
Direct Known Subclasses:
WstringDef

public class StringDef
extends IDLType
implements StringDefOperations


Field Summary
 
Fields inherited from class org.jacorb.ir.IDLType
type
 
Fields inherited from class org.jacorb.ir.IRObject
def_kind, fileSeparator, myRef, name, orb
 
Constructor Summary
protected StringDef()
          for subclasses only
  StringDef(TypeCode tc)
           
 
Method Summary
 int bound()
           
 void bound(int arg)
           
 void define()
          second phase of loading IRObjects, define any unresolved links
 void destroy()
           
 
Methods inherited from class org.jacorb.ir.IDLType
create, create, type
 
Methods inherited from class org.jacorb.ir.IRObject
def_kind, getName, getReference, setReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind
 

Constructor Detail

StringDef

protected StringDef()
for subclasses only


StringDef

public StringDef(TypeCode tc)
Method Detail

bound

public int bound()
Specified by:
bound in interface StringDefOperations

bound

public void bound(int arg)
Specified by:
bound in interface StringDefOperations

define

public void define()
Description copied from class: IRObject
second phase of loading IRObjects, define any unresolved links

Overrides:
define in class IDLType

destroy

public void destroy()
Specified by:
destroy in interface IRObjectOperations
Overrides:
destroy in class IDLType