public class FixedValueRecord extends BaseRecord
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>state| Constructor and Description |
|---|
FixedValueRecord(Object value) |
FixedValueRecord(RecordDefinition recordDefinition,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
FixedValueRecord |
clone()
Create a clone of the object.
|
<T> T |
getValue(CharSequence name)
Get the value of the attribute with the specified name.
|
<T> T |
getValue(int index)
Get the value of the attribute with the specified index.
|
<T> T |
getValueByPath(CharSequence path) |
List<Object> |
getValues()
Get the values of all attributes.
|
int |
hashCode() |
void |
setValue(int index,
Object value)
Set the value of the attribute with the specified name.
|
getRecordDefinition, getState, setStatecompareTo, delete, entrySet, equals, get, getByte, getDouble, getFactory, getFieldTitle, getFloat, getGeometryValue, getIdentifier, getIdentifier, getIdentifier, getIdValue, getInteger, getLong, getShort, getString, getTypeName, getValueMap, hasField, hasValue, hasValuesAny, isModified, isValid, isValid, put, setGeometryValue, setIdentifier, setIdValue, setValue, setValueByPath, setValueByPath, setValues, setValues, setValues, setValues, setValuesByPath, toString, updateStateclear, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitclear, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, valuespublic FixedValueRecord(Object value)
public FixedValueRecord(RecordDefinition recordDefinition, Object value)
public FixedValueRecord clone()
AbstractRecordclone in interface Recordclone in class AbstractRecordpublic <T> T getValue(CharSequence name)
AbstractRecordgetValue in interface RecordgetValue in class AbstractRecordname - The name of the attribute.public <T> T getValue(int index)
Recordindex - The index of the attribute.public <T> T getValueByPath(CharSequence path)
getValueByPath in interface RecordgetValueByPath in class AbstractRecordpublic List<Object> getValues()
RecordgetValues in interface RecordgetValues in class AbstractRecordpublic int hashCode()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.