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

Quick Search    Search Deep

joelib.util.types
Class Template  view Template download Template.java

java.lang.Object
  extended byjoelib.util.types.Template
All Implemented Interfaces:
java.io.Serializable

public class Template
extends java.lang.Object
implements java.io.Serializable

Template values.


Field Summary
 short count
          Description of the Field
 short elem
          Description of the Field
 int flag
          Description of the Field
 int n1
          Description of the Field
 int n2
          Description of the Field
 int n3
          Description of the Field
 int n4
          Description of the Field
 
Constructor Summary
Template()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flag

public int flag
Description of the Field


n1

public int n1
Description of the Field


n2

public int n2
Description of the Field


n3

public int n3
Description of the Field


n4

public int n4
Description of the Field


count

public short count
Description of the Field


elem

public short elem
Description of the Field

Constructor Detail

Template

public Template()