org.omg.CORBA
Interface FixedDefOperations

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

public interface FixedDefOperations
extends IDLTypeOperations


Method Summary
 short digits()
           
 void digits(short val)
           
 short scale()
           
 void scale(short val)
           
 
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

digits

short digits()

digits

void digits(short val)

scale

short scale()

scale

void scale(short val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.