org.enhydra.apache.xerces.validators.schema
Class OneAttr

java.lang.Object
  |
  +--org.enhydra.apache.xerces.validators.schema.OneAttr

class OneAttr
extends Object


Field Summary
 String dfltValue
           
 int dvIndex
           
 String name
           
 int optdflt
           
 
Constructor Summary
OneAttr(String name, int dvIndex, int optdflt, String dfltValue)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

dvIndex

public int dvIndex

optdflt

public int optdflt

dfltValue

public String dfltValue
Constructor Detail

OneAttr

public OneAttr(String name,
               int dvIndex,
               int optdflt,
               String dfltValue)


Copyright © 1999 The Apache Software Foundation. All Rights reserved.