com.sun.mdm.index.report
Class FieldAttributeStruct

java.lang.Object
  extended bycom.sun.mdm.index.report.FieldAttributeStruct
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
(package private)  java.lang.String fieldLabel
           
(package private)  int fieldLength
           
(package private)  boolean visibleLine1
           
(package private)  boolean visibleLine2
           
 
Constructor Summary
(package private) FieldAttributeStruct(java.lang.String aFieldLabel, int aFieldLength, boolean aVisibleLine1, boolean aVisibleLine2)
          Creates a new instance of FieldAttributeStruct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldLabel

final java.lang.String fieldLabel

fieldLength

final int fieldLength

visibleLine1

final boolean visibleLine1

visibleLine2

final boolean visibleLine2
Constructor Detail

FieldAttributeStruct

FieldAttributeStruct(java.lang.String aFieldLabel,
                     int aFieldLength,
                     boolean aVisibleLine1,
                     boolean aVisibleLine2)
Creates a new instance of FieldAttributeStruct



Sun Microsystems, Inc.