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