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.StringgetFieldDescription()java.lang.StringgetFieldName()java.lang.ClassgetFieldType()java.lang.StringgetSchemaFieldName()JExprread()JStatementwrite(JExpr arg)JStatementwriteNullify(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:
getFieldNamein interfaceQAccessor
-
getFieldDescription
public java.lang.String getFieldDescription()
- Specified by:
getFieldDescriptionin interfaceQAccessor
-
writeNullify
public JStatement writeNullify(JExpr expr)
- Specified by:
writeNullifyin interfaceQAccessor
-
getSchemaFieldName
public java.lang.String getSchemaFieldName()
- Specified by:
getSchemaFieldNamein interfaceQAccessor
-
getFieldType
public java.lang.Class getFieldType()
- Specified by:
getFieldTypein interfaceQAccessor
-
-