Annotation Type ProvisioningConfig
-
@Documented @Retention(RUNTIME) @Target({}) public @interface ProvisioningConfigAnnotation that denotes a feature provisioning configuration.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ProvisioningField[]fieldsThe fields for this configuration.ProvisioningProfileprofileThe profile where this configuration is stored.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringdisplayNameOptional config display name to differentiate multiple configurations.java.lang.StringnameOptional config name to differentiate multiple configurations.intorderOptional explicit order in which to display this configuration in relation to other configuration or address lists for this feature.java.lang.StringtypeOptional config type to differentiate multiple configurations.
-
-
-
Element Detail
-
fields
ProvisioningField[] fields
The fields for this configuration.
-
-
-
profile
ProvisioningProfile profile
The profile where this configuration is stored.
-
-
-
order
int order
Optional explicit order in which to display this configuration in relation to other configuration or address lists for this feature.
Configuration or address lists with a lower order value will be displayed before those with a higher value.
Defaults to 0, with configuration appearing before address lists, sorted in declaration order.
- Default:
- 0
-
-