com.ibm.cics.model

Class CICSAttributeHint

  • java.lang.Object
    • com.ibm.cics.model.CICSAttributeHint
    • Method Detail

      • rangeAndSpecial

        public static ICICSAttributeHint rangeAndSpecial(long min,
                                                         long max,
                                                         java.util.Map<java.lang.String,java.lang.Long> specialValues,
                                                         java.lang.Long... unnamedSpecials)
      • hasMaxLength

        public boolean hasMaxLength()
        Specified by:
        hasMaxLength in interface ICICSAttributeHint
        Specified by:
        hasMaxLength in interface com.ibm.cics.model.meta.IAttributeHint
      • getMaxLength

        public java.lang.Integer getMaxLength()
        Specified by:
        getMaxLength in interface ICICSAttributeHint
        Specified by:
        getMaxLength in interface com.ibm.cics.model.meta.IAttributeHint
      • hasNumericRange

        public boolean hasNumericRange()
        Specified by:
        hasNumericRange in interface ICICSAttributeHint
        Specified by:
        hasNumericRange in interface com.ibm.cics.model.meta.IAttributeHint
      • getNumericRange

        public long[] getNumericRange()
        Specified by:
        getNumericRange in interface ICICSAttributeHint
        Specified by:
        getNumericRange in interface com.ibm.cics.model.meta.IAttributeHint
      • validate

        public void validate(java.lang.Object value)
                      throws com.ibm.cics.model.meta.IllegalAttributeException
        Throws:
        com.ibm.cics.model.meta.IllegalAttributeException

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.