public abstract class SourceConfigOption extends Object
| Constructor and Description |
|---|
SourceConfigOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
org.protempa.backend.BackendPropertyType |
getPropertyType() |
Object |
getValue() |
boolean |
isPrompt() |
boolean |
isRequired() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setPrompt(boolean prompt) |
void |
setPropertyType(org.protempa.backend.BackendPropertyType propertyType) |
void |
setRequired(boolean required) |
void |
setValue(Object value) |
public String getName()
public void setName(String name)
public Object getValue()
public void setValue(Object value)
public boolean isRequired()
public void setRequired(boolean required)
public org.protempa.backend.BackendPropertyType getPropertyType()
public void setPropertyType(org.protempa.backend.BackendPropertyType propertyType)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
public void setPrompt(boolean prompt)
public boolean isPrompt()
Copyright © 2012–2016 Emory University. All rights reserved.