public class VariablePresentationHint
extends java.lang.Object
Constructor and Description |
---|
VariablePresentationHint() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String[] |
getAttributes()
Set of attributes represented as an array of strings.
|
java.lang.String |
getKind()
The kind of variable.
|
java.lang.String |
getVisibility()
Visibility of variable.
|
int |
hashCode() |
void |
setAttributes(java.lang.String[] attributes)
Set of attributes represented as an array of strings.
|
void |
setKind(java.lang.String kind)
The kind of variable.
|
void |
setVisibility(java.lang.String visibility)
Visibility of variable.
|
java.lang.String |
toString() |
@Pure public java.lang.String getKind()
This is an optional property.
Possible values include - but not limited to those defined in VariablePresentationHintKind
public void setKind(java.lang.String kind)
This is an optional property.
Possible values include - but not limited to those defined in VariablePresentationHintKind
@Pure public java.lang.String[] getAttributes()
This is an optional property.
Possible values include - but not limited to those defined in VariablePresentationHintAttributes
public void setAttributes(java.lang.String[] attributes)
This is an optional property.
Possible values include - but not limited to those defined in VariablePresentationHintAttributes
@Pure public java.lang.String getVisibility()
This is an optional property.
Possible values include - but not limited to those defined in VariablePresentationHintVisibility
public void setVisibility(java.lang.String visibility)
This is an optional property.
Possible values include - but not limited to those defined in VariablePresentationHintVisibility
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object