com.hyper9.simdk.codegen.types
Interface EnumType

All Superinterfaces:
MetaType
All Known Implementing Classes:
EnumTypeImpl

public interface EnumType
extends MetaType

A meta type that represents an Enum.

Author:
akutz

Method Summary
 List<String> getElements()
          Get the elements of this enum type.
 
Methods inherited from interface com.hyper9.simdk.codegen.types.MetaType
build, getAnnotations, getCompilationType, getInType, getInTypeSourceFilePath, getMethods, getOutImports, getOutType, getProperties, writeCompilationTypeContent, writeToFile
 

Method Detail

getElements

List<String> getElements()
Get the elements of this enum type.

Returns:
The elements of this enum type.


Copyright © 2009-2010 Hyper9. All Rights Reserved.