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
static java.lang.String COPYRIGHT
           
static ICICSAttributeHint NONE
           
 
Method Summary
 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 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-2012 IBM Corp. All Rights Reserved.