Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.1)
E67111-01
 
- 
@Retention(value=RUNTIME)
 @Target(value={FIELD,METHOD})
 @Inherited
public @interface TextProperty
Provides extra metadata about a text property.
 To use, annotate the get method of the property on the DBObject.
- Since:
 
- 12
 
 
 
- 
- 
Optional Element Summary
Optional Elements 
| Modifier and Type | 
Optional Element and Description | 
boolean | 
internalName
If true the property is a name that is saved in "internal" form. 
 | 
boolean | 
multiLine
If true, the property can contain multiple lines of text. 
 | 
boolean | 
password
If true the property is a password, so should be treated with
 appropriate security. 
 | 
 
 
 
- 
- 
- 
password
public abstract boolean password
If true the property is a password, so should be treated with
 appropriate security.
- Default:
 
- false
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.1)
E67111-01
 
Copyright © 1997, 2016, Oracle. All rights reserved.