public class DRField<T> extends Object implements DRIField<T>
DRField class.
Constructor and Description |
---|
DRField(String name,
Class<? super T> valueClass)
Constructor for DRField.
|
Modifier and Type | Method and Description |
---|---|
DRIDataType<? super T,T> |
getDataType()
getDataType.
|
String |
getDescription()
getDescription.
|
String |
getName()
getName.
|
Class<? super T> |
getValueClass()
getValueClass.
|
void |
setDataType(DRIDataType<? super T,T> dataType)
Setter for the field
dataType . |
void |
setDescription(String description)
Setter for the field
description . |
public DRIDataType<? super T,T> getDataType()
getDataType.
getDataType
in interface DRIField<T>
DRIDataType
object.public void setDataType(DRIDataType<? super T,T> dataType)
Setter for the field dataType
.
dataType
- a DRIDataType
object.public String getName()
getName.
public Class<? super T> getValueClass()
getValueClass.
getValueClass
in interface DRIExpression<T>
Class
object.public String getDescription()
getDescription.
getDescription
in interface DRIField<T>
String
object.Copyright © 2010–2021. All rights reserved.