public static class LLJava.AnnotationDefaultAttribute extends LLJava.Attribute
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.ConstantUTF8 |
name
Generated by umod; model author's documentation MISSING.
|
format| Constructor and Description |
|---|
AnnotationDefaultAttribute()
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
LLJava.AnnotationDefaultAttribute |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.ConstantUTF8 |
get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.AnnotationDefaultAttribute |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
get_nameprotected LLJava.ConstantUTF8 name
LLJava.ConstantUTF8(never null)public AnnotationDefaultAttribute()
public LLJava.AnnotationDefaultAttribute doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Attributepublic Format format()
format in interface Formattableformat in class LLJava.Attributepublic LLJava.AnnotationDefaultAttribute initFrom(Object o0)
initFrom in class LLJava.Attributepublic LLJava.ConstantUTF8 get_name()
get_name in class LLJava.AttributeLLJava.ConstantUTF8(never
null)public boolean set_name(LLJava.ConstantUTF8 val)
val - the new value of type LLJava.ConstantUTF8(never
null)namesee also the complete user documentation .