public class EnumValueInfo extends Object
| Constructor and Description |
|---|
EnumValueInfo(String identifier,
Doc doc,
boolean deprecated,
Text deprecatedDesc) |
| Modifier and Type | Method and Description |
|---|---|
Text |
getDeprecatedDesc() |
Doc |
getDoc() |
String |
getIdentifier() |
boolean |
isDeprecated() |
public String getIdentifier()
public Doc getDoc()
public boolean isDeprecated()
true if the enum value has a @Deprecated annotationpublic Text getDeprecatedDesc()
Copyright © 2020. All rights reserved.