@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited public @interface ManagementProperty
Modifier and Type | Optional Element and Description |
---|---|
ActivationPolicy |
activationPolicy
The policy for updating property values
|
String[] |
adminViews
Strings describing free form association to admin views (Ports, Networks, ...}
|
String |
defaultValue
A string representation of the property default value if not empty
|
String |
description
The description
|
boolean |
ignored
Whether to ignore this property
|
boolean |
includeInTemplate
Whether this property should be included in a deployment template
|
boolean |
managed
Whether to create a managed object for the property
|
boolean |
mandatory
Whether this property is mandatory
|
String |
mappedName
The internal name of the property as it relates to metadata
|
String |
name
The external name of the property.
|
boolean |
readOnly
Whether this property is read only
|
ViewUse[] |
use
The views this property should be used in
|
public abstract String description
public abstract String name
public abstract String mappedName
public abstract boolean mandatory
public abstract boolean readOnly
public abstract boolean managed
public abstract boolean ignored
public abstract boolean includeInTemplate
public abstract String defaultValue
public abstract ViewUse[] use
public abstract ActivationPolicy activationPolicy
public abstract String[] adminViews
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.