@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface OAProperty
Modifier and Type | Optional Element and Description |
---|---|
int |
columnLength |
String |
columnName |
int |
decimalPlaces |
String |
defaultValue |
String |
description |
int |
displayLength |
String |
displayName |
boolean |
hasCustomCode |
boolean |
hasValidationMethod |
String |
help |
String |
inputMask |
String |
invalidCharacters |
boolean |
isAutoSeq |
boolean |
isBlob |
boolean |
isCaseSensitive |
boolean |
isCurrency |
boolean |
isEmail |
boolean |
isFileName |
boolean |
isHtml |
boolean |
isIconName |
boolean |
isImageName |
boolean |
isImportMatch |
boolean |
isNameValue |
boolean |
isPassword |
boolean |
isPhone |
boolean |
isProcessed |
boolean |
isReadOnly |
boolean |
isTimestamp |
boolean |
isUnicode |
boolean |
isUnique |
boolean |
isUrl |
boolean |
isXml |
boolean |
isZipCode |
int |
maxLength |
int |
minLength |
String |
outputFormat |
boolean |
required |
String |
toolTip |
boolean |
trackPrimitiveNull |
String |
validCharacters |
boolean |
verify |
public abstract String displayName
public abstract String description
public abstract String defaultValue
public abstract int columnLength
public abstract String inputMask
public abstract String outputFormat
public abstract String validCharacters
public abstract String invalidCharacters
public abstract String columnName
public abstract String toolTip
public abstract String help
public abstract boolean isUnique
Copyright © 1999–2019 ViaOA. All rights reserved.