Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentFieldLimit
The
AttachmentFieldLimit class defines the value limits for an attachment field (DataType.ATTACHMENT ). |
class |
CharacterFieldLimit
The
CharacterFieldLimit class defines the value limits for a character field ( . |
class |
ColumnFieldLimit
The
ColumnFieldLimit class represents the value limits for a column(
field. |
class |
CurrencyFieldLimit
The
CurrencyFieldLimit class defines the value limits for a
Currency (DataType.CURRENCY ) field |
class |
DateOnlyFieldLimit
The
DateOnlyFieldLimit class defines the value limits for an integer(
field. |
class |
DateTimeFieldLimit
The
DateTimeFieldLimit class defines the value limits for an integer(
field. |
class |
DecimalFieldLimit
The
DecimalFieldLimit class defines the value limits for a decimal(
field |
class |
DiaryFieldLimit
The
DiaryFieldLimit class defines the value limits for a DiaryList(
field |
class |
DisplayFieldLimit
The
DisplayFieldLimit class defines the value limits for a display(
field. |
class |
IntegerFieldLimit
The
IntegerFieldLimit class
defines the value limits for an integer( field. |
class |
RealFieldLimit
The
RealFieldLimit class
defines the value limits for a real number( field. |
class |
SelectionFieldLimit
The
SelectionFieldLimit class
defines the value limits for a selection( field. |
class |
TableFieldLimit
The
TableFieldLimit class
defines the value limits for a table( field. |
class |
TimeOnlyFieldLimit
The
TimeOnlyFieldLimit class
defines the value limits for an integer( field. |
class |
ViewFieldLimit
The
ViewFieldLimit class
defines the value limits for a character( field |
Modifier and Type | Method and Description |
---|---|
FieldLimit |
Field.getFieldLimit()
Returns the value limits for the field and other properties specific to the field's type.
|
FieldLimit |
ExtFieldCandidatesInfo.getFieldLimitInfo()
Returns list of field limits.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectPrinter.printFieldLimitInfo(String indent,
String header,
FieldLimit info) |
void |
Field.setFieldLimit(FieldLimit limit)
Sets the value limits for the field and other properties specific to the field's type.
|
Modifier and Type | Method and Description |
---|---|
static FieldLimit |
InputReader.getFieldLimitInfo(int dataType) |
? Copyright 2013 BMC Software, Inc.