@Target(value=FIELD) @Retention(value=RUNTIME) @Inherited @Documented public @interface ExtensionMetadataProperty
Modifier and Type | Fields and Description |
---|---|
static String |
EMPTY_STRING |
Modifier and Type | Optional Element and Description |
---|---|
String |
allowed
If only takes predefined values, this describes comma separated values
|
Class[] |
applicable
Kind of metadata record this property is applicable for
|
Class |
datatype
Data type of the property
|
String |
description
Description of the Property
|
String |
display
Display Name
|
boolean |
required
Is this a required property
|
public static final String EMPTY_STRING
public abstract Class[] applicable
public abstract String display
public abstract String description
public abstract Class datatype
public abstract String allowed
Copyright © 2019. All rights reserved.