org.jclouds.ovf
Class Property.Builder

java.lang.Object
  extended by org.jclouds.ovf.Property.Builder
Enclosing class:
Property

public static class Property.Builder
extends Object


Field Summary
protected  String description
           
protected  String key
           
protected  String label
           
protected  String value
           
 
Constructor Summary
Property.Builder()
           
 
Method Summary
 Property build()
           
 Property.Builder description(String description)
           
 Property.Builder fromProperty(Property in)
           
 Property.Builder key(String key)
           
 Property.Builder label(String label)
           
 Property.Builder value(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key

value

protected String value

label

protected String label

description

protected String description
Constructor Detail

Property.Builder

public Property.Builder()
Method Detail

key

public Property.Builder key(String key)
See Also:
Property.getKey()

value

public Property.Builder value(String value)
See Also:
Property.getValue()

label

public Property.Builder label(String label)
See Also:
Section#getLabel

description

public Property.Builder description(String description)
See Also:
Section#getDescription

build

public Property build()

fromProperty

public Property.Builder fromProperty(Property in)


Copyright © 2009-2011 jclouds. All Rights Reserved.