public interface ICICSAttributeHint
extends com.ibm.cics.model.meta.IAttributeHint
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static ICICSAttributeHint |
NONE |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getMaxLength() |
long[] |
getNumericRange() |
java.util.Map<java.lang.String,java.lang.Long> |
getSpecialValues() |
boolean |
hasMaxLength() |
boolean |
hasNumericRange() |
boolean |
hasSpecialValues() |
static final java.lang.String COPYRIGHT
static final ICICSAttributeHint NONE
boolean hasMaxLength()
hasMaxLength
in interface com.ibm.cics.model.meta.IAttributeHint
java.lang.Integer getMaxLength()
getMaxLength
in interface com.ibm.cics.model.meta.IAttributeHint
boolean hasNumericRange()
hasNumericRange
in interface com.ibm.cics.model.meta.IAttributeHint
long[] getNumericRange()
getNumericRange
in interface com.ibm.cics.model.meta.IAttributeHint
boolean hasSpecialValues()
java.util.Map<java.lang.String,java.lang.Long> getSpecialValues()
Copyright © 2008-2013 IBM Corp. All Rights Reserved.