Package org.cakelab.jdoxml.api
Interface IEnum
-
- All Superinterfaces:
IDocumentedElement
,IMember
- All Known Implementing Classes:
MemberHandler
public interface IEnum extends IMember
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cakelab.jdoxml.api.IMember
IMember.MemberKind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListIterator<IMember>
enumValues()
-
Methods inherited from interface org.cakelab.jdoxml.api.IMember
argsstring, bodyEnd, bodyFile, bodyStart, briefDescription, compound, definition, definitionFile, definitionLine, detailedDescription, exceptions, id, inbodyDescription, initializer, isConst, isExplicit, isInline, isMutable, isReadable, isStatic, isVolatile, isWritable, kind, kindString, name, parameters, protection, readAccessor, referencedBy, references, reimplementedBy, reimplements, section, templateParameters, type, typeString, virtualness, writeAccessor
-
-
-
-
Method Detail
-
enumValues
java.util.ListIterator<IMember> enumValues()
-
-