public class SimpleProperty extends AbstractRecordDefinitionProperty
| Constructor and Description |
|---|
SimpleProperty() |
SimpleProperty(String propertyName,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
SimpleProperty |
clone() |
String |
getPropertyName() |
<T> T |
getValue() |
void |
setPropertyName(String propertyName) |
void |
setValue(Object value) |
getRecordDefinition, getTypePath, setRecordDefinitionpublic SimpleProperty clone()
clone in interface RecordDefinitionPropertyclone in class AbstractRecordDefinitionPropertypublic String getPropertyName()
public <T> T getValue()
public void setPropertyName(String propertyName)
public void setValue(Object value)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.