public class GadgetUserPref extends Object
This class is configured via XML. This is done via the HK2
ConfigParser
.
Constructor and Description |
---|
GadgetUserPref() |
Modifier and Type | Method and Description |
---|---|
String |
getDataType()
Getter for the datatype property.
|
String |
getDefaultValue()
Getter for the default value of this preference.
|
String |
getDisplayName()
Getter for the display_name.
|
String |
getName()
Getter for the name.
|
boolean |
getRequired()
Getter for the required property.
|
String |
getURLParam()
Getter for the urlparam property.
|
public String getName()
Getter for the name.
public String getDisplayName()
Getter for the display_name.
public String getURLParam()
Getter for the urlparam property.
public String getDataType()
Getter for the datatype property.
public boolean getRequired()
Getter for the required property.
public String getDefaultValue()
Getter for the default value of this preference.
Copyright © 2019. All rights reserved.