public class DRDesignField extends Object implements DRIDesignField
DRDesignField class.
Constructor and Description |
---|
DRDesignField()
Constructor for DRDesignField.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
getDescription.
|
String |
getName()
getName.
|
Class<?> |
getValueClass()
getValueClass.
|
boolean |
isExternal()
isExternal.
|
void |
setDescription(String description)
Setter for the field
description . |
void |
setExternal(boolean external)
Setter for the field
external . |
void |
setName(String name)
Setter for the field
name . |
void |
setValueClass(Class<?> valueClass)
Setter for the field
valueClass . |
public String getName()
getName.
getName
in interface DRIDesignExpression
String
object.public void setName(String name)
Setter for the field name
.
name
- a String
object.public Class<?> getValueClass()
getValueClass.
getValueClass
in interface DRIDesignExpression
Class
object.public void setValueClass(Class<?> valueClass)
Setter for the field valueClass
.
valueClass
- a Class
object.public boolean isExternal()
isExternal.
isExternal
in interface DRIDesignField
public void setExternal(boolean external)
Setter for the field external
.
external
- a boolean.public String getDescription()
getDescription.
getDescription
in interface DRIDesignField
String
object.Copyright © 2010–2021. All rights reserved.