com.bonevich.erj.model
Class AttributeConstraint

java.lang.Object
  |
  +--com.bonevich.erj.model.AttributeConstraint

public final class AttributeConstraint
extends java.lang.Object

A class that represents ...

Author:
Jeffrey D. Bonevich
See Also:
Attribute

Field Summary
static AttributeConstraint DEFAULT
           
static AttributeConstraint NOTNULL
           
static java.lang.String NOTNULL_STR
           
static AttributeConstraint NULL
           
static java.lang.String NULL_STR
           
 
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

NULL_STR

public static final java.lang.String NULL_STR
See Also:
Constant Field Values

NOTNULL_STR

public static final java.lang.String NOTNULL_STR
See Also:
Constant Field Values

NULL

public static final AttributeConstraint NULL

NOTNULL

public static final AttributeConstraint NOTNULL

DEFAULT

public static final AttributeConstraint DEFAULT
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2003 bonevich.com. All Rights Reserved.