org.jbind.xml.base
Class AttributeOccurence

java.lang.Object
  extended byorg.jbind.xml.base.AttributeOccurence

public class AttributeOccurence
extends java.lang.Object


Field Summary
static AttributeOccurence OPTIONAL
           
static AttributeOccurence PROHIBITED
           
static AttributeOccurence REQUIRED
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OPTIONAL

public static final AttributeOccurence OPTIONAL

PROHIBITED

public static final AttributeOccurence PROHIBITED

REQUIRED

public static final AttributeOccurence REQUIRED
Method Detail

toString

public java.lang.String toString()