Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.trapezium.chisel.condensers
Class PROTOMaker.KeyFieldEntry  view PROTOMaker.KeyFieldEntry download PROTOMaker.KeyFieldEntry.java

java.lang.Object
  extended bycom.trapezium.chisel.condensers.PROTOMaker.KeyFieldEntry
Enclosing class:
PROTOMaker

class PROTOMaker.KeyFieldEntry
extends java.lang.Object


Field Summary
(package private)  com.trapezium.util.ReturnInteger count
           
(package private)  com.trapezium.vrml.fields.Field keyField
           
 
Constructor Summary
(package private) PROTOMaker.KeyFieldEntry(com.trapezium.vrml.fields.Field keyField)
           
 
Method Summary
 int getCount()
           
 com.trapezium.vrml.fields.Field getKeyField()
           
 void incCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyField

com.trapezium.vrml.fields.Field keyField

count

com.trapezium.util.ReturnInteger count
Constructor Detail

PROTOMaker.KeyFieldEntry

PROTOMaker.KeyFieldEntry(com.trapezium.vrml.fields.Field keyField)
Method Detail

getKeyField

public com.trapezium.vrml.fields.Field getKeyField()

getCount

public int getCount()

incCount

public void incCount()