public class ServiceModeAnnot extends Object implements ServiceMode
Modifier and Type | Method and Description |
---|---|
Class<Annotation> |
annotationType() |
static ServiceModeAnnot |
createFromAnnotation(Annotation annotation) |
static ServiceModeAnnot |
createWebServiceAnnotImpl() |
static ServiceModeAnnot |
createWebServiceAnnotImpl(Service.Mode value) |
void |
setValue(Service.Mode value) |
String |
toString()
Convenience method for unit testing.
|
Service.Mode |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public static ServiceModeAnnot createWebServiceAnnotImpl()
public static ServiceModeAnnot createWebServiceAnnotImpl(Service.Mode value)
public static ServiceModeAnnot createFromAnnotation(Annotation annotation)
public Service.Mode value()
public Class<Annotation> annotationType()
annotationType
in interface Annotation
public void setValue(Service.Mode value)
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.