public class PropertySymbol extends Object implements Symbol, Serializable
IDENTIFIER, PARAMETER, VARIABLE| Constructor and Description |
|---|
PropertySymbol(String qualifiedName) |
PropertySymbol(String qualifiedName,
Class type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getQualifiedName() |
int |
getType() |
Class |
getValueType() |
void |
setType(int type) |
void |
setValueType(Class type) |
String |
toString() |
public PropertySymbol(String qualifiedName)
public String getQualifiedName()
getQualifiedName in interface Symbolpublic Class getValueType()
getValueType in interface Symbolpublic void setValueType(Class type)
setValueType in interface SymbolCopyright © 2019. All rights reserved.