public class RawAnnotationInfo extends Object implements AnnotationInfo
| Constructor and Description |
|---|
RawAnnotationInfo() |
RawAnnotationInfo(String name,
boolean absolute,
String[] tags,
String unit,
String description,
String displayName,
boolean reusable,
String annotationName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute() |
String |
annotationName() |
String |
description() |
String |
displayName() |
String |
getAnnotationName() |
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
String[] |
getTags() |
String |
getUnit() |
boolean |
isAbsolute() |
boolean |
isReusable() |
String |
name() |
boolean |
reusable() |
void |
setAbsolute(boolean absolute) |
void |
setAnnotationName(String annotationName) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setReusable(boolean reusable) |
void |
setTags(String[] tags) |
void |
setUnit(String unit) |
String[] |
tags() |
String |
unit() |
public String getName()
public void setName(String name)
public boolean isAbsolute()
public void setAbsolute(boolean absolute)
public String[] getTags()
public void setTags(String[] tags)
public String getUnit()
public void setUnit(String unit)
public String getDescription()
public void setDescription(String description)
public String getDisplayName()
public void setDisplayName(String displayName)
public boolean isReusable()
public void setReusable(boolean reusable)
public String getAnnotationName()
public void setAnnotationName(String annotationName)
public String name()
name in interface AnnotationInfopublic boolean absolute()
absolute in interface AnnotationInfopublic String[] tags()
tags in interface AnnotationInfopublic String unit()
unit in interface AnnotationInfopublic String description()
description in interface AnnotationInfopublic String displayName()
displayName in interface AnnotationInfopublic boolean reusable()
reusable in interface AnnotationInfopublic String annotationName()
annotationName in interface AnnotationInfoCopyright © 2018–2021. All rights reserved.