com.cyc.cycjava.cycl
Class value_tables.$value_table_column_native

java.lang.Object
  extended by com.cyc.tool.subl.jrtl.nativeCode.type.core.AbstractSubLObject
      extended by com.cyc.tool.subl.jrtl.nativeCode.type.core.AbstractSubLStruct
          extended by com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLStructNative
              extended by com.cyc.cycjava.cycl.value_tables.$value_table_column_native
All Implemented Interfaces:
SubLObject, SubLStruct, java.lang.Cloneable
Enclosing class:
value_tables

public static final class value_tables.$value_table_column_native
extends SubLStructNative


Field Summary
 SubLObject $label
           
 SubLObject $query
           
 SubLObject $values
           
 
Fields inherited from class com.cyc.tool.subl.jrtl.nativeCode.type.core.AbstractSubLStruct
STRUCT_TYPE_NAME
 
Fields inherited from interface com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLObject
DEFAULT_EXCEEDED_HASH_VALUE, DO_CHECK_TYPES, DO_PARANOID_TYPE_CHECKING, MAX_HASH_DEPTH, MAX_HASH_LENGTH
 
Constructor Summary
value_tables.$value_table_column_native()
           
 
Method Summary
 SubLObject getField2()
          Method created to avoid casting
 SubLObject getField3()
          Method created to avoid casting
 SubLObject getField4()
          Method created to avoid casting
 SubLStructDecl getStructDecl()
           
 SubLObject setField2(SubLObject value)
          Method created to avoid casting
 SubLObject setField3(SubLObject value)
          Method created to avoid casting
 SubLObject setField4(SubLObject value)
          Method created to avoid casting
 
Methods inherited from class com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLStructNative
canFastHash, clear, getField, getField0, getField1, getName, isAtom, isBigIntegerBignum, isBignum, isBoolean, isChar, isCons, isDouble, isEnvironment, isError, isFixnum, isFunction, isFunctionSpec, isGuid, isHashtable, isHashtableIterator, isIntBignum, isInteger, isKeyhash, isKeyhashIterator, isKeyword, isList, isLock, isLongBignum, isMacroOperator, isNil, isNumber, isPackage, isProcess, isReadWriteLock, isRegexPattern, isSemaphore, isSequence, isStream, isString, isStructure, isSymbol, isVector, setField, setField0, setField1, setName, structures_bag_p
 
Methods inherited from class com.cyc.tool.subl.jrtl.nativeCode.type.core.AbstractSubLStruct
equalp, equals, getField, getFieldCount, getType, getTypeCode, hashCode, id, init, setField, toString, toStruct, toTypeName
 
Methods inherited from class com.cyc.tool.subl.jrtl.nativeCode.type.core.AbstractSubLObject
add, addKey, asArrayList, asConsList, bigIntegerValue, bind, charValue, checkType, checkTypeInternal, clone, currentBinding, dec, doubleValue, eighth, enforceType, enforceTypeInternal, eql, equal, eval, fifth, first, fourth, get, get, getCharacter, getField10, getField11, getField12, getField13, getField14, getField15, getField16, getField17, getField18, getField19, getField20, getField5, getField6, getField7, getField8, getField9, getFileDesignator, getFunc, getNumSize, getStream, getString, hashCode, hasKey, inc, intValue, isArrayBased, isNegative, isPositive, isZero, last, longValue, makeCopy, makeDeepCopy, mult, ninth, nthCdr, numE, numG, numGE, numL, numLE, put, rebind, remKey, remove, rest, reverse, second, set, setField10, setField11, setField12, setField13, setField14, setField15, setField16, setField17, setField18, setField19, setField20, setField5, setField6, setField7, setField8, setField9, setFirst, setRest, seventh, sixth, size, sub, superHash, tenth, third, toChar, toCons, toDouble, toEnv, toFixnum, toGuid, toHashtable, toHashtableIterator, toInputBinaryStream, toInputStream, toInputTextStream, toInteger, toKeyhash, toKeyhashIterator, toList, toLock, toMacro, toNumber, toOutputBinaryStream, toOutputStream, toOutputTextStream, toPackage, toProcess, toReadWriteLock, toRegexPattern, toSemaphore, toSeq, toStr, toSymbol, toVect
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLStruct
getField, getFieldCount, id, setField
 
Methods inherited from interface com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLObject
add, addKey, asArrayList, asConsList, bigIntegerValue, bind, charValue, checkType, checkTypeInternal, clone, currentBinding, dec, doubleValue, eighth, enforceType, enforceTypeInternal, eql, equal, equalp, eval, fifth, first, fourth, get, get, getCharacter, getField10, getField11, getField12, getField13, getField14, getField15, getField16, getField17, getField18, getField19, getField20, getField5, getField6, getField7, getField8, getField9, getFileDesignator, getFunc, getNumSize, getStream, getString, getType, getTypeCode, hashCode, hasKey, inc, intValue, isArrayBased, isNegative, isPositive, isZero, last, longValue, makeCopy, makeDeepCopy, mult, ninth, nthCdr, numE, numG, numGE, numL, numLE, put, rebind, remKey, remove, rest, reverse, second, set, setField10, setField11, setField12, setField13, setField14, setField15, setField16, setField17, setField18, setField19, setField20, setField5, setField6, setField7, setField8, setField9, setFirst, setRest, seventh, sixth, size, sub, superHash, tenth, third, toChar, toCons, toDouble, toEnv, toFixnum, toGuid, toHashtable, toHashtableIterator, toInputBinaryStream, toInputStream, toInputTextStream, toInteger, toKeyhash, toKeyhashIterator, toList, toLock, toMacro, toNumber, toOutputBinaryStream, toOutputStream, toOutputTextStream, toPackage, toProcess, toReadWriteLock, toRegexPattern, toSemaphore, toSeq, toStr, toStruct, toSymbol, toTypeName, toVect
 

Field Detail

$query

public SubLObject $query

$label

public SubLObject $label

$values

public SubLObject $values
Constructor Detail

value_tables.$value_table_column_native

public value_tables.$value_table_column_native()
Method Detail

getStructDecl

public SubLStructDecl getStructDecl()

getField2

public SubLObject getField2()
Description copied from class: AbstractSubLObject
Method created to avoid casting

Specified by:
getField2 in interface SubLObject
Overrides:
getField2 in class AbstractSubLObject

getField3

public SubLObject getField3()
Description copied from class: AbstractSubLObject
Method created to avoid casting

Specified by:
getField3 in interface SubLObject
Overrides:
getField3 in class AbstractSubLObject

getField4

public SubLObject getField4()
Description copied from class: AbstractSubLObject
Method created to avoid casting

Specified by:
getField4 in interface SubLObject
Overrides:
getField4 in class AbstractSubLObject

setField2

public SubLObject setField2(SubLObject value)
Description copied from class: AbstractSubLObject
Method created to avoid casting

Specified by:
setField2 in interface SubLObject
Overrides:
setField2 in class AbstractSubLObject

setField3

public SubLObject setField3(SubLObject value)
Description copied from class: AbstractSubLObject
Method created to avoid casting

Specified by:
setField3 in interface SubLObject
Overrides:
setField3 in class AbstractSubLObject

setField4

public SubLObject setField4(SubLObject value)
Description copied from class: AbstractSubLObject
Method created to avoid casting

Specified by:
setField4 in interface SubLObject
Overrides:
setField4 in class AbstractSubLObject