Package com.ibm.cics.model
Interface ICICSAttributeValidator<T>
-
public interface ICICSAttributeValidator<T>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COPYRIGHT
static ICICSAttributeValidator
NULLOBJ
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICICSAttributeHint
getValuesHint()
void
validate(T value)
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
NULLOBJ
static final ICICSAttributeValidator NULLOBJ
-
-
Method Detail
-
validate
void validate(T value) throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
getValuesHint
ICICSAttributeHint getValuesHint()
-
-