org.jclouds.dmtf.ovf
Class Property

java.lang.Object
  extended by org.jclouds.dmtf.ovf.Property
Direct Known Subclasses:
ProductSectionProperty

public class Property
extends Object

Author:
Adrian Cole, Adam Lowe, grkvlt@apache.org

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

Property

protected Property(Property.Builder<?> builder)

Property

protected Property()
Method Detail

builder

public static Property.Builder<?> builder()

toBuilder

public Property.Builder<?> toBuilder()

getKey

public String getKey()
Property identifier.


getDescription

public MsgType getDescription()
Description of property.


getLabel

public MsgType getLabel()
Short description of property.


getValues

public Set<PropertyConfigurationValueType> getValues()
Alternative default property values for different configuration


getType

public String getType()
Property type.


getQualifiers

public String getQualifiers()
A comma-separated set of type qualifiers.


isUserConfigurable

public Boolean isUserConfigurable()
Determines whether the property value is configurable during installation.


getDefaultValue

public String getDefaultValue()
A Default value for property.


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.