public class Property extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Property.Builder<B extends Property.Builder<B>> |
Modifier | Constructor and Description |
---|---|
protected |
Property() |
protected |
Property(Property.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
static Property.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getDefaultValue()
A Default value for property.
|
MsgType |
getDescription()
Description of property.
|
String |
getKey()
Property identifier.
|
MsgType |
getLabel()
Short description of property.
|
String |
getQualifiers()
A comma-separated set of type qualifiers.
|
String |
getType()
Property type.
|
Set<PropertyConfigurationValueType> |
getValues()
Alternative default property values for different configuration
|
int |
hashCode() |
Boolean |
isUserConfigurable()
Determines whether the property value is configurable during installation.
|
Property.Builder<?> |
toBuilder() |
String |
toString() |
protected Property(Property.Builder<?> builder)
protected Property()
public static Property.Builder<?> builder()
public Property.Builder<?> toBuilder()
public String getKey()
public MsgType getDescription()
public MsgType getLabel()
public Set<PropertyConfigurationValueType> getValues()
public String getType()
public String getQualifiers()
public Boolean isUserConfigurable()
public String getDefaultValue()
Copyright © 2009-2013 jclouds. All Rights Reserved.