com.togethersoft.openapi.model.util
Class SingleEnumeration.SinglePropertyEnumeration


private static class SingleEnumeration.SinglePropertyEnumeration
implements PropertyEnumeration


Field Summary
 private Propertyproperty
           

Constructor Summary
SingleEnumeration.SinglePropertyEnumeration(Property property)
           

Method Summary
 booleanhasMoreElements()
           
 Propertynext()
           
 ObjectnextElement()
           

Field Detail

property

private Property property
Constructor Detail

SingleEnumeration.SinglePropertyEnumeration

public SingleEnumeration.SinglePropertyEnumeration(Property property)
Method Detail

hasMoreElements

public boolean hasMoreElements()

next

public Property next()

nextElement

public Object nextElement()

Association Links

to Class com.togethersoft.openapi.model.elements.Property