org.apache.ws.jaxme.xs.jaxb

Interface JAXBTypesafeEnumMember

public interface JAXBTypesafeEnumMember

Author: Jochen Wiedmann

Method Summary
JAXBJavadocgetJavadoc()

Returns the created constants JavaDoc documentation.

StringgetName()

Returns the members name.

StringgetValue()

Returns the members value,

Method Detail

getJavadoc

public JAXBJavadoc getJavadoc()

Returns the created constants JavaDoc documentation.

getName

public String getName()

Returns the members name.

getValue

public String getValue()

Returns the members value,