@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface OACalculatedProperty
Modifier and Type | Optional Element and Description |
---|---|
int |
columnLength |
String |
columnName |
int |
decimalPlaces |
String |
description |
int |
displayLength |
String |
displayName |
String |
help |
boolean |
isAutoSeq |
boolean |
isCaseSensitive |
boolean |
isCurrency |
boolean |
isEmail |
boolean |
isFileName |
boolean |
isHtml |
boolean |
isIconName |
boolean |
isImageName |
boolean |
isPhone |
boolean |
isTimestamp |
boolean |
isUrl |
boolean |
isXml |
boolean |
isZipCode |
String |
outputFormat |
String[] |
properties |
String |
toolTip |
public abstract String displayName
public abstract String description
public abstract String outputFormat
public abstract String[] properties
public abstract String columnName
public abstract String toolTip
public abstract String help
Copyright © 1999–2019 ViaOA. All rights reserved.