org.omg.CORBA

Interface FixedDefOperations

All Superinterfaces:
IDLTypeOperations, IRObjectOperations
Known Subinterfaces:
FixedDef
Known Implementing Classes:
FixedDef, FixedDefPOA, FixedDefPOATie, _FixedDefStub

public interface FixedDefOperations
extends IDLTypeOperations

Generated from IDL interface "FixedDef"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

short
digits()
void
digits(short arg)
short
scale()
void
scale(short arg)

Methods inherited from interface org.omg.CORBA.IDLTypeOperations

type

Methods inherited from interface org.omg.CORBA.IRObjectOperations

def_kind, destroy

Method Details

digits

public short digits()


digits

public void digits(short arg)


scale

public short scale()


scale

public void scale(short arg)