public static class PropertyFieldDefinition.FieldConstraint extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
params |
protected String |
type |
| Constructor and Description |
|---|
FieldConstraint(String type,
Map<String,Object> params)
Constructs a FieldConstraint
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getParameters()
Returns the parameters for the constraint
|
org.json.JSONObject |
getParametersAsJSON()
Returns the paramters for the constraint as a JSONObject
|
String |
getType()
Returns the type of the constraint
|
public String getType()
public Map<String,Object> getParameters()
public org.json.JSONObject getParametersAsJSON()
Copyright © 2005–2018 Alfresco Software. All rights reserved.