org.jpox.query.symbol
Class PropertySymbol
java.lang.Object
org.jpox.query.symbol.PropertySymbol
- All Implemented Interfaces:
- Symbol
public class PropertySymbol
- extends java.lang.Object
- implements Symbol
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertySymbol
public PropertySymbol(java.lang.String qualifiedName)
PropertySymbol
public PropertySymbol(java.lang.String qualifiedName,
java.lang.Class type)
getQualifiedName
public java.lang.String getQualifiedName()
- Specified by:
getQualifiedName in interface Symbol
getType
public java.lang.Class getType()
- Specified by:
getType in interface Symbol
getValue
public java.lang.Object getValue()
- Specified by:
getValue in interface Symbol
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValue in interface Symbol
setType
public void setType(java.lang.Class type)
- Specified by:
setType in interface Symbol
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © -2008 . All Rights Reserved.