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
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
NONE
static final ICICSAttributeHint NONE
hasMaxLength
boolean hasMaxLength()
- Specified by:
hasMaxLength
in interface com.ibm.cics.model.meta.IAttributeHint
getMaxLength
java.lang.Integer getMaxLength()
- Specified by:
getMaxLength
in interface com.ibm.cics.model.meta.IAttributeHint
hasNumericRange
boolean hasNumericRange()
- Specified by:
hasNumericRange
in interface com.ibm.cics.model.meta.IAttributeHint
getNumericRange
long[] getNumericRange()
- Specified by:
getNumericRange
in interface com.ibm.cics.model.meta.IAttributeHint
hasSpecialValues
boolean hasSpecialValues()
getSpecialValues
java.util.Map<java.lang.String,java.lang.Long> getSpecialValues()
Copyright © 2008-2013 IBM Corp. All Rights Reserved.