public class TemplateInput extends Object implements Serializable
InputType, a name an a value. Value can be a xpath pointing to a
DocumentModel property.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
autoLoop |
protected Boolean |
booleanValue |
protected Date |
dateValue |
protected String |
desciption |
protected String |
name |
protected boolean |
readOnly |
protected String |
source |
protected String |
stringValue |
protected InputType |
type |
| Constructor and Description |
|---|
TemplateInput(String name) |
TemplateInput(String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanValue() |
TemplateInput |
getCopy(boolean readOnly) |
Date |
getDateValue() |
String |
getDesciption() |
String |
getName() |
String |
getSource() |
String |
getStringValue() |
InputType |
getType() |
String |
getTypeAsString() |
boolean |
isAutoLoop() |
boolean |
isReadOnly() |
boolean |
isSet() |
boolean |
isSimpleValue() |
boolean |
isSourceValue() |
void |
setAutoLoop(boolean autoLoop) |
void |
setBooleanValue(Boolean booleanValue) |
void |
setDateValue(Date dateValue) |
void |
setDesciption(String desciption) |
void |
setName(String name) |
void |
setReadOnly(boolean readOnly) |
void |
setSource(String source) |
void |
setStringValue(String stringValue) |
void |
setType(InputType type) |
void |
setTypeAsString(String strType) |
String |
toString() |
TemplateInput |
update(TemplateInput other) |
protected String name
protected String stringValue
protected Boolean booleanValue
protected Date dateValue
protected InputType type
protected String source
protected String desciption
protected boolean readOnly
protected boolean autoLoop
public TemplateInput(String name)
public TemplateInput getCopy(boolean readOnly)
public TemplateInput update(TemplateInput other)
public String getSource()
public void setSource(String source)
public String getDesciption()
public void setDesciption(String desciption)
public String getName()
public void setName(String name)
public String getStringValue()
public void setStringValue(String stringValue)
public Boolean getBooleanValue()
public void setBooleanValue(Boolean booleanValue)
public Date getDateValue()
public void setDateValue(Date dateValue)
public InputType getType()
public String getTypeAsString()
public void setType(InputType type)
public void setTypeAsString(String strType)
public boolean isSimpleValue()
public boolean isSourceValue()
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public boolean isSet()
public boolean isAutoLoop()
public void setAutoLoop(boolean autoLoop)
Copyright © 2019 Nuxeo SA. All rights reserved.