Uses of Class
biz.c24.io.api.data.PadJustificationEnum

Packages that use PadJustificationEnum
biz.c24.io.api Various utility classes. 
biz.c24.io.api.data Data Model super and utility classes. 
 

Uses of PadJustificationEnum in biz.c24.io.api
 

Methods in biz.c24.io.api with parameters of type PadJustificationEnum
static String Utils.pad(String original, String pad, PadJustificationEnum justification, int amount, int size)
          Pads the supplied string.
static String Utils.unpad(String original, String pad, PadJustificationEnum justification, int amount, int minSize)
          Unpads the supplied string.
 

Uses of PadJustificationEnum in biz.c24.io.api.data
 

Fields in biz.c24.io.api.data declared as PadJustificationEnum
static PadJustificationEnum PadJustificationEnum.LEFT
          Specifies padding should be placed to the right of the data.
static PadJustificationEnum PadJustificationEnum.RIGHT
          Specified padding should be placed to the left of the data.
 

Methods in biz.c24.io.api.data that return PadJustificationEnum
static PadJustificationEnum[] PadJustificationEnum.getEnumArray()
          Returns an array containing the members of this enumeration.
static PadJustificationEnum PadJustificationEnum.getEnumValue(String name)
          Returns the enumeration value called name.
 PadJustificationEnum AtomicDataType.getPadJustification()
          Returns the pad justification.
 

Methods in biz.c24.io.api.data with parameters of type PadJustificationEnum
 void AtomicDataType.setPadJustification(PadJustificationEnum padJustification)
          Sets the pad justification.
 



C24 Technologies © 2002-2012: All Rights Reserved.