public class CustomModelConstraint extends AbstractCommonDetails
Constructor and Description |
---|
CustomModelConstraint() |
CustomModelConstraint(org.alfresco.service.cmr.dictionary.ConstraintDefinition constraintDefinition,
org.alfresco.service.cmr.i18n.MessageLookup messageLookup) |
Modifier and Type | Method and Description |
---|---|
List<CustomModelNamedValue> |
getParameters() |
String |
getType() |
void |
setParameters(List<CustomModelNamedValue> parameters) |
void |
setType(String type) |
String |
toString() |
compareTo, equals, getDescription, getName, getPrefixedName, getTitle, hashCode, setDescription, setName, setTitle
public CustomModelConstraint()
public CustomModelConstraint(org.alfresco.service.cmr.dictionary.ConstraintDefinition constraintDefinition, org.alfresco.service.cmr.i18n.MessageLookup messageLookup)
public String getType()
public void setType(String type)
public List<CustomModelNamedValue> getParameters()
public void setParameters(List<CustomModelNamedValue> parameters)
Copyright © 2005–2017 Alfresco Software. All rights reserved.