public class Record extends Object
Constructor and Description |
---|
Record(String typeName,
Type[] attributeTypes,
Object[] attributeValues) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Type[] |
getAttributeTypes() |
Object[] |
getAttributeValues() |
String |
getTypeName() |
int |
hashCode() |
void |
setAttributeTypes(Type[] attributeTypes) |
void |
setAttributeValues(Object[] attributeValues) |
void |
setTypeName(String typeName) |
public String getTypeName()
public void setTypeName(String typeName)
public Type[] getAttributeTypes()
public void setAttributeTypes(Type[] attributeTypes)
public Object[] getAttributeValues()
public void setAttributeValues(Object[] attributeValues)
Copyright © 2013–2017 impossibl.com. All rights reserved.