fr.tireme.schemadoc.SDSchema
Class Symbols

java.lang.Object
  extended by fr.tireme.schemadoc.SDSchema.Symbols

public class Symbols
extends java.lang.Object

Author:
florent

Field Summary
static int ATT_USE_OPTIONAL
           
static int ATT_USE_PROHIBITED
           
static int ATT_USE_REQUIRED
           
 
Constructor Summary
Symbols()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATT_USE_OPTIONAL

public static final int ATT_USE_OPTIONAL
See Also:
Constant Field Values

ATT_USE_PROHIBITED

public static final int ATT_USE_PROHIBITED
See Also:
Constant Field Values

ATT_USE_REQUIRED

public static final int ATT_USE_REQUIRED
See Also:
Constant Field Values
Constructor Detail

Symbols

public Symbols()