Package | Description |
---|---|
org.jclouds.elb.domain |
Modifier and Type | Field and Description |
---|---|
protected AttributeMetadata.Cardinality |
AttributeMetadata.cardinality |
protected AttributeMetadata.Cardinality |
AttributeMetadata.Builder.cardinality |
Modifier and Type | Method and Description |
---|---|
AttributeMetadata.Cardinality |
AttributeMetadata.getCardinality()
The cardinality of the attribute.
|
static AttributeMetadata.Cardinality |
AttributeMetadata.Cardinality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeMetadata.Cardinality[] |
AttributeMetadata.Cardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AttributeMetadata.Builder<V> |
AttributeMetadata.Builder.cardinality(AttributeMetadata.Cardinality cardinality) |
Constructor and Description |
---|
AttributeMetadata(String name,
Class<V> type,
String rawType,
AttributeMetadata.Cardinality cardinality,
com.google.common.base.Optional<V> defaultValue,
com.google.common.base.Optional<String> description) |
Copyright © 2009-2013 jclouds. All Rights Reserved.