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
    • 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-2015 IBM Corp. All Rights Reserved.