org.apache.ws.jaxme.xs.jaxb
Interface JAXBTypesafeEnumMember

All Known Implementing Classes:
JAXBTypesafeEnumMemberImpl

public interface JAXBTypesafeEnumMember

Author:
Jochen Wiedmann

Method Summary
 JAXBJavadoc getJavadoc()
          Returns the created constants JavaDoc documentation.
 java.lang.String getName()
          Returns the members name.
 java.lang.String getValue()
          Returns the members value,
 

Method Detail

getName

public java.lang.String getName()

Returns the members name.


getValue

public java.lang.String getValue()

Returns the members value,


getJavadoc

public JAXBJavadoc getJavadoc()

Returns the created constants JavaDoc documentation.