Class AnnotationFormatDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.demo.common.client.annotation.AnnotationFormatDTO
public final class AnnotationFormatDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationFormatDTOReplacement constructor.static AnnotationFormatDTOfrom(AnnotationFormat format) voidsetEnumValue(String enumValue) static AnnotationFormatto(AnnotationFormatDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
AnnotationFormatDTO
protected AnnotationFormatDTO()
-
-
Method Details
-
getEnumValue
-
setEnumValue
-
to
-
create
Replacement constructor. Creates a new nativeAnnotationFormatDTO.- Returns:
- The new instance.
-