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 stringValue
protected Boolean booleanValue
protected String desciption
protected boolean readOnly
protected boolean autoLoop
public TemplateInput(String name)
public TemplateInput(String name, Object value)
public TemplateInput getCopy(boolean readOnly)
public TemplateInput update(TemplateInput other)
public String getDesciption()
public void setDesciption(String desciption)
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 String getTypeAsString()
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 © 2017 Nuxeo. All rights reserved.