Package deltix.qsrv.hf.codec.cg
Class QAConstant
- java.lang.Object
-
- deltix.qsrv.hf.codec.cg.QAConstant
-
- All Implemented Interfaces:
QAccessor
- Direct Known Subclasses:
QAVariable
public class QAConstant extends java.lang.Object implements QAccessor
-
-
Constructor Summary
Constructors Constructor Description QAConstant(JExpr reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFieldDescription()
java.lang.String
getFieldName()
java.lang.Class
getFieldType()
java.lang.String
getSchemaFieldName()
JExpr
read()
JStatement
write(JExpr arg)
JStatement
writeNullify(JExpr expr)
-
-
-
Field Detail
-
reference
protected final JExpr reference
-
-
Constructor Detail
-
QAConstant
public QAConstant(JExpr reference)
-
-
Method Detail
-
write
public JStatement write(JExpr arg)
-
getFieldName
public java.lang.String getFieldName()
- Specified by:
getFieldName
in interfaceQAccessor
-
getFieldDescription
public java.lang.String getFieldDescription()
- Specified by:
getFieldDescription
in interfaceQAccessor
-
writeNullify
public JStatement writeNullify(JExpr expr)
- Specified by:
writeNullify
in interfaceQAccessor
-
getSchemaFieldName
public java.lang.String getSchemaFieldName()
- Specified by:
getSchemaFieldName
in interfaceQAccessor
-
getFieldType
public java.lang.Class getFieldType()
- Specified by:
getFieldType
in interfaceQAccessor
-
-