Package com.woorea.openstack.nova.model
Class VolumeTypes
- java.lang.Object
-
- com.woorea.openstack.nova.model.VolumeTypes
-
- All Implemented Interfaces:
Serializable,Iterable<VolumeType>
public class VolumeTypes extends Object implements Iterable<VolumeType>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VolumeTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VolumeType>getList()Iterator<VolumeType>iterator()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getList
public List<VolumeType> getList()
- Returns:
- the list
-
iterator
public Iterator<VolumeType> iterator()
- Specified by:
iteratorin interfaceIterable<VolumeType>
-
-