Package com.ibm.cics.model
Interface ICICSAttributeHint
-
- All Superinterfaces:
com.ibm.cics.model.meta.IAttributeHint
- All Known Implementing Classes:
CICSAttributeHint
public interface ICICSAttributeHint extends com.ibm.cics.model.meta.IAttributeHint
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COPYRIGHT
static ICICSAttributeHint
NONE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getMaxLength()
long[]
getNumericRange()
java.util.Map<java.lang.String,java.lang.Long>
getSpecialValues()
boolean
hasMaxLength()
boolean
hasNumericRange()
boolean
hasSpecialValues()
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
NONE
static final ICICSAttributeHint NONE
-
-
Method Detail
-
hasMaxLength
boolean hasMaxLength()
- Specified by:
hasMaxLength
in interfacecom.ibm.cics.model.meta.IAttributeHint
-
getMaxLength
java.lang.Integer getMaxLength()
- Specified by:
getMaxLength
in interfacecom.ibm.cics.model.meta.IAttributeHint
-
hasNumericRange
boolean hasNumericRange()
- Specified by:
hasNumericRange
in interfacecom.ibm.cics.model.meta.IAttributeHint
-
getNumericRange
long[] getNumericRange()
- Specified by:
getNumericRange
in interfacecom.ibm.cics.model.meta.IAttributeHint
-
hasSpecialValues
boolean hasSpecialValues()
-
getSpecialValues
java.util.Map<java.lang.String,java.lang.Long> getSpecialValues()
-
-