Package | Description |
---|---|
com.groupdocs.cloud.annotation.model |
Modifier and Type | Method | Description |
---|---|---|
static AnnotationInfo.TypeEnum |
AnnotationInfo.TypeEnum.fromValue(java.lang.String text) |
|
AnnotationInfo.TypeEnum |
AnnotationInfo.getType() |
Gets or sets the annotation type
|
AnnotationInfo.TypeEnum |
AnnotationInfo.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static AnnotationInfo.TypeEnum |
AnnotationInfo.TypeEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AnnotationInfo.TypeEnum[] |
AnnotationInfo.TypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AnnotationInfo.setType(AnnotationInfo.TypeEnum type) |
|
AnnotationInfo |
AnnotationInfo.type(AnnotationInfo.TypeEnum type) |
|
void |
AnnotationInfo.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
AnnotationInfo.TypeEnum enumeration) |
Copyright © 2022. All rights reserved.