Uses of Class
com.levigo.jadice.web.client.messaging.AnnotationProfileDTO
Packages that use AnnotationProfileDTO
-
Uses of AnnotationProfileDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return AnnotationProfileDTOModifier and TypeMethodDescriptionstatic AnnotationProfileDTOAnnotationProfileDTO.create(String name, AnnotationProfileDTO parent, com.google.gwt.core.client.JsArray<AnnotationTypeDTO> types, com.google.gwt.core.client.JsArray<AnnotationTemplateDTO> templates, com.google.gwt.core.client.JsArray<TypeSetDTO> typeSets) Replacement constructor.static AnnotationProfileDTOAnnotationProfileDTO.from(AnnotationProfile profile) AnnotationProfileDTO.getParent()Methods in com.levigo.jadice.web.client.messaging with parameters of type AnnotationProfileDTOModifier and TypeMethodDescriptionstatic AnnotationProfileDTOAnnotationProfileDTO.create(String name, AnnotationProfileDTO parent, com.google.gwt.core.client.JsArray<AnnotationTypeDTO> types, com.google.gwt.core.client.JsArray<AnnotationTemplateDTO> templates, com.google.gwt.core.client.JsArray<TypeSetDTO> typeSets) Replacement constructor.voidAnnotationProfileDTO.setParent(AnnotationProfileDTO parent) static AnnotationProfileAnnotationProfileDTO.to(AnnotationProfileDTO dto)