public interface CustomRecordType
Modifier and Type | Interface and Description |
---|---|
static interface |
CustomRecordType.Property
This object stores the information of each element in the record.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Method to obtain the name of the record type.
|
Collection<CustomRecordType.Property> |
getProperties()
This method returns all the properties contained in the record.
|
Object |
getPropertyType(String fieldName)
Method to obtain the type of a field
|
int |
size()
Method to obtain the number of properties of the record type.
|
Collection<CustomRecordType.Property> getProperties()
CustomRecordType.Property
objects defining the record.int size()
String getName()
Object getPropertyType(String fieldName)
fieldName
- The fieldCustomArrayType
, a CustomRecordType
or a
Class
for the simple typesCopyright © 2023 Denodo Technologies. All rights reserved.