Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.client.helpers |
Modifier and Type | Method and Description |
---|---|
MeasurementUnit |
AttributeDefinition.getMeasurementUnit() |
Modifier and Type | Method and Description |
---|---|
SimpleAttributeDefinitionBuilder |
SimpleAttributeDefinitionBuilder.setMeasurementUnit(MeasurementUnit unit) |
Constructor and Description |
---|
AttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector valueCorrector,
ParameterValidator validator,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags) |
AttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterValidator validator,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags) |
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
MeasurementUnit measurementUnit) |
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
MeasurementUnit measurementUnit,
AttributeAccess.Flag... flags) |
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelType type,
boolean allowNull,
MeasurementUnit measurementUnit) |
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelType type,
boolean allowNull,
MeasurementUnit measurementUnit,
AttributeAccess.Flag... flags) |
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit) |
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
AttributeAccess.Flag... flags) |
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags) |
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterValidator validator) |
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterValidator validator,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags) |
Modifier and Type | Method and Description |
---|---|
MeasurementUnit |
MeasurementUnit.getBaseUnits() |
static MeasurementUnit |
MeasurementUnit.getUsingDisplayUnits(String displayUnits,
MeasurementUnit.Family family) |
static MeasurementUnit |
MeasurementUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasurementUnit[] |
MeasurementUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Double |
MeasurementUnit.calculateOffset(MeasurementUnit first,
MeasurementUnit second) |
boolean |
MeasurementUnit.isComparableTo(MeasurementUnit other) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.