Class PropertySymbol
- java.lang.Object
-
- org.datanucleus.store.query.compiler.PropertySymbol
-
- All Implemented Interfaces:
Serializable,Symbol
public class PropertySymbol extends Object implements Symbol, Serializable
Symbol representing a property/identifier in a query. This can be an identifier, or a parameter for example.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.datanucleus.store.query.compiler.Symbol
IDENTIFIER, PARAMETER, VARIABLE
-
-
Constructor Summary
Constructors Constructor Description PropertySymbol(String qualifiedName)PropertySymbol(String qualifiedName, Class type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetQualifiedName()intgetType()ClassgetValueType()voidsetType(int type)voidsetValueType(Class type)StringtoString()
-
-
-
Method Detail
-
getQualifiedName
public String getQualifiedName()
- Specified by:
getQualifiedNamein interfaceSymbol
-
getValueType
public Class getValueType()
- Specified by:
getValueTypein interfaceSymbol
-
setValueType
public void setValueType(Class type)
- Specified by:
setValueTypein interfaceSymbol
-
-