public class Annotation extends GraphMember
| Modifier and Type | Field and Description |
|---|---|
static Annotation |
DEPRECATED |
static StringFilter<Annotation> |
NAME |
static Annotation |
OVERRIDE |
static Annotation |
SAFE_VARGARGS |
static Annotation |
SUPPRESS_WARNINGS |
children, name, parentNode, PROPERTY_NAME| Constructor and Description |
|---|
Annotation(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
create(java.lang.String value) |
Annotation |
decode(BufferItem tokener,
char endTag,
Annotation parent) |
Annotation |
decode(java.lang.String value) |
Annotation |
getAnnotation(java.lang.String key) |
GraphMember |
getParent() |
SimpleList<Annotation> |
getValue() |
java.lang.String |
getValue(java.lang.String key,
java.lang.String defaultText) |
boolean |
hasNext() |
Annotation |
newInstance() |
Annotation |
next() |
java.lang.String |
toString() |
Annotation |
with(java.lang.String name)
Set the name of Element
|
check, getAnnotation, getModifier, getName, setParentNode, withAnnotaion, withChildren, withoutpublic static final StringFilter<Annotation> NAME
public static final Annotation DEPRECATED
public static final Annotation OVERRIDE
public static final Annotation SAFE_VARGARGS
public static final Annotation SUPPRESS_WARNINGS
public static Annotation create(java.lang.String value)
public Annotation newInstance()
public Annotation with(java.lang.String name)
GraphMemberwith in class GraphMembername - The Name of Elementpublic Annotation decode(java.lang.String value)
public Annotation decode(BufferItem tokener, char endTag, Annotation parent)
public SimpleList<Annotation> getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean hasNext()
public Annotation next()
public java.lang.String getValue(java.lang.String key,
java.lang.String defaultText)
public Annotation getAnnotation(java.lang.String key)
public GraphMember getParent()