public final class Property extends PropertyPath
| Constructor and Description | 
|---|
| Property(RecordType recordType,
        java.lang.String propertyName)Constructs a new property. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.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, java.lang.String propertyName)
recordType - a record type where the property is declaredpropertyName - a property namepublic java.lang.String getPropertyName()
public Type getPropertyType()
public RecordProperty getRecordProperty()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.