public static class LLJava.EnumAnnotationValue extends LLJava.AnnotationValue
Modifier and Type | Field and Description |
---|---|
protected LLJava.Id |
name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.QualId |
type
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
EnumAnnotationValue(LLJava.QualId type,
LLJava.Id name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.EnumAnnotationValue |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.Id |
get_name()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.EnumAnnotationValue> |
get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.QualId |
get_type()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.EnumAnnotationValue> |
get_type(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.EnumAnnotationValue |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_name(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_type(LLJava.QualId val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_location
protected LLJava.QualId type
LLJava.QualId
(never null)protected LLJava.Id name
LLJava.Id
(never null)public EnumAnnotationValue(LLJava.QualId type, LLJava.Id name)
public LLJava.EnumAnnotationValue doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.AnnotationValue
public static String getFormatHint()
type,'.'name
public Format format()
format
in interface Formattable
format
in class LLJava.AnnotationValue
public LLJava.EnumAnnotationValue initFrom(Object o0)
initFrom
in class LLJava.AnnotationValue
public LLJava.QualId get_type()
LLJava.QualId
(never
null)public boolean set_type(LLJava.QualId val)
val
- the new value of type LLJava.QualId
(never null)type
public LLJava.Id get_name()
LLJava.Id
(never null)public boolean set_name(LLJava.Id val)
public static Pattern<LLJava.EnumAnnotationValue> get_type(Pattern<? super LLJava.QualId> p)
LLJava.__Patterns
.public static Pattern<LLJava.EnumAnnotationValue> get_name(Pattern<? super LLJava.Id> p)
LLJava.__Patterns
.see also the complete user documentation .