@Deprecated public class AnnotationInfo extends Object implements Serializable, Transferable
Modifier and Type | Field and Description |
---|---|
private int |
annotationTypeId
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
private String[] |
values
Deprecated.
|
private String |
valueType
Deprecated.
|
Constructor and Description |
---|
AnnotationInfo()
Deprecated.
Creates information object with
no properties set.
|
Modifier and Type | Method and Description |
---|---|
int |
getAnnotationTypeId()
Deprecated.
|
String[] |
getValues()
Deprecated.
|
String |
getValueType()
Deprecated.
|
void |
setAnnotationTypeId(int annotationTypeId)
Deprecated.
|
void |
setValues(String[] values)
Deprecated.
|
void |
setValueType(String valueType)
Deprecated.
|
private static final long serialVersionUID
private int annotationTypeId
private String valueType
private String[] values
public AnnotationInfo()
public String[] getValues()
public void setValues(String[] values)
values
- Change the annotation valuespublic int getAnnotationTypeId()
public void setAnnotationTypeId(int annotationTypeId)
annotationTypeId
- The annotationTypeId to setpublic String getValueType()
Type
,
ie. STRING, INT, LONGpublic void setValueType(String valueType)
valueType
- The class of values that can be used for annotations.getValueType()