@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface OAProperty
Modifier and Type | Optional Element and Description |
---|---|
int |
columnLength
Deprecated.
|
String |
columnName
Deprecated.
|
int |
decimalPlaces |
String |
defaultValue |
String |
description |
int |
displayLength |
String |
displayName |
String |
enumPropertyName |
String |
format |
boolean |
hasCustomCode |
boolean |
hasValidationMethod |
String |
help |
boolean |
ignoreTimeZone
If true, then datetimes dont need timezone
|
boolean |
importMatch |
String |
invalidCharacters |
boolean |
isAutoSeq |
boolean |
isBlob |
boolean |
isCaseSensitive |
boolean |
isCurrency |
boolean |
isEmail |
boolean |
isEncrypted |
boolean |
isFileName |
boolean |
isFkeyOnly |
boolean |
isHtml |
boolean |
isIconName |
boolean |
isImageName |
boolean |
isJson |
boolean |
isLower |
boolean |
isNameValue |
boolean |
isPassword
Deprecated.
|
boolean |
isPhone |
boolean |
isProcessed |
boolean |
isReadOnly |
boolean |
isSHAHash |
boolean |
isSubmit
Flag used to determine if the object is completed and ready for submitted.
|
boolean |
isTimestamp |
boolean |
isUnicode |
boolean |
isUnique |
boolean |
isUpper |
boolean |
isUrl |
boolean |
isXml |
boolean |
isZipCode |
String |
lowerName |
int |
maxLength |
int |
minLength |
boolean |
noPojo
Flag to know if this property is used in POJO.
|
int |
pojoKeyPos
If greater then 0 (1 based), this is a pkey (1+) property for the POJO.
|
boolean |
required |
boolean |
sensitiveData |
String |
timeZonePropertyPath |
String |
toolTip |
boolean |
trackPrimitiveNull |
int |
uiColumnLength |
String |
uiColumnName
name to use for Grid/Table column heading
|
String |
validCharacters |
boolean |
verify |
public abstract String lowerName
public abstract String displayName
public abstract String description
public abstract String defaultValue
public abstract String uiColumnName
@Deprecated public abstract String columnName
public abstract int uiColumnLength
@Deprecated public abstract int columnLength
public abstract String format
public abstract String validCharacters
public abstract String invalidCharacters
public abstract String toolTip
public abstract String help
@Deprecated public abstract boolean isPassword
public abstract boolean isUnique
public abstract boolean hasValidationMethod
public abstract boolean ignoreTimeZone
public abstract boolean isSubmit
public abstract String timeZonePropertyPath
public abstract String enumPropertyName
Copyright © 1999–2025 ViaOA. All rights reserved.