public class TemplateInput extends Object implements Serializable
InputType
, a name an a value. Value can
be a xpath pointing to a DocumentModel
property.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) |
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 © 2015 Nuxeo SA. All rights reserved.