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
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2001-2003 bonevich.com. All Rights Reserved.