| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
allowGeneration |
String |
defaultValue
Default value
|
boolean |
emptyAsNull |
String |
enabledWhen
Condition when property will be enabled.
|
BinaryEncodingFormat |
format |
int |
maxLength
Maximum allowed length in bytes
|
int |
minLength
Minimum allowed length in bytes
|
String |
name
Property name.
|
TriBool |
readonly
Property cannot be changed
This will be ignored if property is required
and the new object is creating
|
boolean |
required
Value should be set
|
public abstract String name
public abstract TriBool readonly
public abstract String enabledWhen
public abstract int maxLength
public abstract int minLength
public abstract String defaultValue
public abstract BinaryEncodingFormat format
Copyright © 2018. All rights reserved.