1 20 21 22 package org.jacorb.idl; 23 24 33 34 public class fixed_token 35 extends org.jacorb.idl.runtime.long_token 36 implements java.io.Serializable  37 { 38 public java.math.BigDecimal fixed_val; 39 40 43 44 public fixed_token( int term_num, java.math.BigDecimal f ) 45 { 46 super( term_num ); 47 fixed_val = f; 48 } 49 50 } 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | Popular Tags |