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