|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.dmtf.ovf.Property
public class Property
| Nested Class Summary | |
|---|---|
static class |
Property.Builder<B extends Property.Builder<B>>
|
| Constructor Summary | |
|---|---|
protected |
Property()
|
protected |
Property(Property.Builder<?> builder)
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Property(Property.Builder<?> builder)
protected Property()
| Method Detail |
|---|
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()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||