Package org.cakelab.jdoxml.api
Interface IEnumValue
-
- All Superinterfaces:
IDocumentedElement
,IMember
- All Known Implementing Classes:
MemberHandler
public interface IEnumValue 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.lang.String
name()
-
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, parameters, protection, readAccessor, referencedBy, references, reimplementedBy, reimplements, section, templateParameters, type, typeString, virtualness, writeAccessor
-
-