public class ResultField extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResultField.Format |
Modifier and Type | Field and Description |
---|---|
ResultField.Format |
format |
String |
name |
short |
relationAttributeNumber |
int |
relationId |
short |
typeLength |
int |
typeModifier |
TypeRef |
typeRef |
Constructor and Description |
---|
ResultField() |
ResultField(String name,
int relationId,
short relationAttributeIndex,
TypeRef typeRef,
short typeLength,
int typeModifier,
ResultField.Format format) |
ResultField(String name,
int relationId,
short relationAttributeIndex,
Type type,
short typeLength,
int typeModifier,
ResultField.Format format) |
public String name
public int relationId
public short relationAttributeNumber
public TypeRef typeRef
public short typeLength
public int typeModifier
public ResultField.Format format
public ResultField(String name, int relationId, short relationAttributeIndex, Type type, short typeLength, int typeModifier, ResultField.Format format)
public ResultField(String name, int relationId, short relationAttributeIndex, TypeRef typeRef, short typeLength, int typeModifier, ResultField.Format format)
public ResultField()
Copyright © 2013-2015 impossibl.com. All Rights Reserved.