Package com.woorea.openstack.nova.model
Class VolumeTypes
- java.lang.Object
-
- com.woorea.openstack.nova.model.VolumeTypes
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<VolumeType>
public class VolumeTypes extends java.lang.Object implements java.lang.Iterable<VolumeType>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<VolumeType>
list
-
Constructor Summary
Constructors Constructor Description VolumeTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<VolumeType>
getList()
java.util.Iterator<VolumeType>
iterator()
java.lang.String
toString()
-
-
-
Field Detail
-
list
private java.util.List<VolumeType> list
-
-
Method Detail
-
getList
public java.util.List<VolumeType> getList()
- Returns:
- the list
-
iterator
public java.util.Iterator<VolumeType> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<VolumeType>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-