| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected MsgType |
description |
protected String |
key |
protected MsgType |
label |
protected String |
qualifiers |
protected String |
type |
protected Boolean |
userConfigurable |
protected Set<PropertyConfigurationValueType> |
values |
| Constructor and Description |
|---|
Property.Builder() |
| Modifier and Type | Method and Description |
|---|---|
Property |
build() |
B |
defaultValue(String defaultValue) |
B |
description(MsgType description) |
B |
fromProperty(Property in) |
B |
isUserConfigurable(Boolean userConfigurable) |
B |
key(String key) |
B |
label(MsgType label) |
B |
notUserConfigurable() |
B |
qualifiers(Iterable<String> qualifiers) |
B |
qualifiers(String... qualifiers) |
B |
qualifiers(String qualifiers) |
protected B |
self() |
B |
type(String type) |
B |
userConfigurable() |
B |
value(PropertyConfigurationValueType value) |
B |
values(Set<PropertyConfigurationValueType> values) |
protected String key
protected Set<PropertyConfigurationValueType> values
protected MsgType label
protected MsgType description
protected String type
protected String qualifiers
protected Boolean userConfigurable
protected String defaultValue
protected B self()
public B key(String key)
Property.getKey()public B values(Set<PropertyConfigurationValueType> values)
Property.getValues()public B value(PropertyConfigurationValueType value)
Property.getValues()public B label(MsgType label)
Property.getLabel()public B description(MsgType description)
Property.getDescription()public B type(String type)
Property.getType()public B qualifiers(String qualifiers)
Property.getQualifiers()public B qualifiers(Iterable<String> qualifiers)
Property.getQualifiers()public B qualifiers(String... qualifiers)
Property.getQualifiers()public B isUserConfigurable(Boolean userConfigurable)
Property.isUserConfigurable()public B userConfigurable()
Property.isUserConfigurable()public B notUserConfigurable()
Property.isUserConfigurable()public B defaultValue(String defaultValue)
Property.getDefaultValue()public Property build()
Copyright © 2009-2013 jclouds. All Rights Reserved.