org.jacorb.ir

Class FixedDef

Implemented Interfaces:
FixedDefOperations, IDLTypeOperations, IRObjectOperations

public class FixedDef
extends IDLType
implements FixedDefOperations

Field Summary

Fields inherited from class org.jacorb.ir.IDLType

type

Fields inherited from class org.jacorb.ir.IRObject

def_kind, myRef, name, orb

Constructor Summary

FixedDef(TypeCode tc)

Method Summary

void
define()
void
destroy()
short
digits()
void
digits(short arg)
short
scale()
void
scale(short arg)

Methods inherited from class org.jacorb.ir.IDLType

create, create, define, destroy, type

Methods inherited from class org.jacorb.ir.IRObject

def_kind, destroy, getName, getReference, setReference

Constructor Details

FixedDef

public FixedDef(TypeCode tc)

Method Details

define

public void define()
Overrides:
define in interface IDLType


destroy

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


digits

public short digits()
Specified by:
digits in interface FixedDefOperations


digits

public void digits(short arg)
Specified by:
digits in interface FixedDefOperations


scale

public short scale()
Specified by:
scale in interface FixedDefOperations


scale

public void scale(short arg)
Specified by:
scale in interface FixedDefOperations