public class ReferencePropertyDefinition extends FormPropertyDefinition
| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
displayName, mandatory, name, parameters, value, writable| Constructor and Description |
|---|
ReferencePropertyDefinition() |
| Modifier and Type | Method and Description |
|---|---|
FormPropertyDefinition |
clone()
Create a close of this
FormPropertyDefinition instance. |
String |
getType() |
void |
setType(String type) |
void |
setValues(FormPropertyDefinition otherDefinition)
Sets the properties of this
FormPropertyDefinition instance based in the
properties present in the given definition. |
cloneParameters, getDisplayName, getName, getParameters, getValue, isMandatory, isWritable, setDisplayName, setMandatory, setName, setParameters, setValue, setWritableprotected String type
public void setType(String type)
setType in class FormPropertyDefinitionpublic String getType()
getType in class FormPropertyDefinitionpublic FormPropertyDefinition clone()
FormPropertyDefinitionFormPropertyDefinition instance.clone in class FormPropertyDefinitionpublic void setValues(FormPropertyDefinition otherDefinition)
FormPropertyDefinitionFormPropertyDefinition instance based in the
properties present in the given definition.setValues in class FormPropertyDefinitionCopyright © 2016 Alfresco. All rights reserved.