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 Symbol
public Class getValueType()
getValueType
in interface Symbol
public void setValueType(Class type)
setValueType
in interface Symbol
Copyright © 2019. All rights reserved.