com.thaiopensource.validate.nrl
Class ElementsOrAttributes

java.lang.Object
  extended by com.thaiopensource.validate.nrl.ElementsOrAttributes

 class ElementsOrAttributes
extends Object


Field Summary
(package private) static ElementsOrAttributes ATTRIBUTES
           
private static int ATTRIBUTES_FLAG
           
(package private) static ElementsOrAttributes BOTH
           
(package private) static ElementsOrAttributes ELEMENTS
           
private static int ELEMENTS_FLAG
           
private  int flags
           
(package private) static ElementsOrAttributes NEITHER
           
private static ElementsOrAttributes[] values
           
 
Constructor Summary
private ElementsOrAttributes(int flags)
           
 
Method Summary
(package private)  ElementsOrAttributes addAttributes()
           
(package private)  ElementsOrAttributes addElements()
           
(package private)  boolean containsAttributes()
           
(package private)  boolean containsElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENTS_FLAG

private static final int ELEMENTS_FLAG
See Also:
Constant Field Values

ATTRIBUTES_FLAG

private static final int ATTRIBUTES_FLAG
See Also:
Constant Field Values

NEITHER

static final ElementsOrAttributes NEITHER

ELEMENTS

static final ElementsOrAttributes ELEMENTS

ATTRIBUTES

static final ElementsOrAttributes ATTRIBUTES

BOTH

static final ElementsOrAttributes BOTH

values

private static final ElementsOrAttributes[] values

flags

private int flags
Constructor Detail

ElementsOrAttributes

private ElementsOrAttributes(int flags)
Method Detail

addElements

ElementsOrAttributes addElements()

addAttributes

ElementsOrAttributes addAttributes()

containsAttributes

boolean containsAttributes()

containsElements

boolean containsElements()