public final class Property extends PropertyPath
| Constructor and Description |
|---|
Property(RecordType recordType,
String propertyName)
Constructs a new property.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
Returns the property name.
|
Type |
getPropertyType()
Returns the property type.
|
RecordProperty |
getRecordProperty()
Returns the corresponding record property.
|
create, create, equals, getProperties, getRecordProperty, getRecordType, getType, getValue, hashCode, isReadonly, setValue, size, toStringpublic Property(RecordType recordType, String propertyName)
recordType - a record type where the property is declaredpropertyName - a property namepublic String getPropertyName()
public Type getPropertyType()
public RecordProperty getRecordProperty()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.