public class ResultField extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResultField.Format |
Constructor and Description |
---|
ResultField(String name,
int relationId,
short relationAttributeNumber,
TypeRef typeRef,
short typeLength,
int typeModifier,
ResultField.Format format) |
ResultField(String name,
int relationId,
short relationAttributeNumber,
Type type,
short typeLength,
int typeModifier,
ResultField.Format format) |
Modifier and Type | Method and Description |
---|---|
ResultField.Format |
getFormat() |
String |
getName() |
int |
getRelationAttributeNumber() |
int |
getRelationId() |
short |
getTypeLength() |
int |
getTypeModifier() |
TypeRef |
getTypeRef() |
void |
setFormat(ResultField.Format v) |
String |
toString() |
public ResultField(String name, int relationId, short relationAttributeNumber, Type type, short typeLength, int typeModifier, ResultField.Format format)
public ResultField(String name, int relationId, short relationAttributeNumber, TypeRef typeRef, short typeLength, int typeModifier, ResultField.Format format)
public String getName()
public int getRelationId()
public int getRelationAttributeNumber()
public TypeRef getTypeRef()
public short getTypeLength()
public int getTypeModifier()
public void setFormat(ResultField.Format v)
public ResultField.Format getFormat()
Copyright © 2013–2017 impossibl.com. All rights reserved.