com.spoledge.audao.parser.gql.impl.soft.func
Class KeyFunc1

java.lang.Object
  extended by com.spoledge.audao.parser.gql.impl.soft.func.Func
      extended by com.spoledge.audao.parser.gql.impl.soft.func.Func1
          extended by com.spoledge.audao.parser.gql.impl.soft.func.KeyFunc1
All Implemented Interfaces:
SoftFunction
Direct Known Subclasses:
FuncKEY_ID, FuncKEY_NAME, FuncKEY_PARENT, FuncKEY_VALUE

public abstract class KeyFunc1
extends Func1

The parent of all 1-argument GAE KEY functions.


Constructor Summary
KeyFunc1()
           
 
Method Summary
protected abstract  java.lang.Object getFunctionValue(Key arg)
           
protected  java.lang.Object getFunctionValue(java.lang.Object arg)
           
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.Func1
checkNumOfParams, getFunctionValueImpl
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.Func
checkNumOfParams, checkNumOfParams, getFunctionName, getFunctionWithParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyFunc1

public KeyFunc1()
Method Detail

getFunctionValue

protected java.lang.Object getFunctionValue(java.lang.Object arg)
Specified by:
getFunctionValue in class Func1

getFunctionValue

protected abstract java.lang.Object getFunctionValue(Key arg)
Specified by:
getFunctionValue in interface SoftFunction
Specified by:
getFunctionValue in class Func1


Copyright © 2010 Spolecne s.r.o. All Rights Reserved.