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 AnnotationFormatDTO
Replacement constructor.static AnnotationFormatDTO
from
(AnnotationFormat format) void
setEnumValue
(String enumValue) static AnnotationFormat
to
(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.
-