public class ConstraintMapping extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConstraintMapping.ConstraintType |
static class |
ConstraintMapping.Format |
Constructor and Description |
---|
ConstraintMapping(ConstraintMapping.ConstraintType constraintType,
String target,
String template,
String noValue,
String multiValueConnectorToken,
ConstraintMapping.Format format) |
Modifier and Type | Method and Description |
---|---|
ConstraintMapping.ConstraintType |
getConstraintType() |
ConstraintMapping.Format |
getFormat() |
String |
getMultiValueConnectorToken() |
String |
getNoValue() |
String |
getTarget() |
String |
getTemplate() |
public ConstraintMapping(ConstraintMapping.ConstraintType constraintType, String target, String template, String noValue, String multiValueConnectorToken, ConstraintMapping.Format format)
constraintType
- target
- template
- noValue
- multiValueConnectorToken
- public ConstraintMapping.ConstraintType getConstraintType()
public String getTarget()
public String getTemplate()
public String getNoValue()
public String getMultiValueConnectorToken()
public ConstraintMapping.Format getFormat()
Copyright © 2018. All rights reserved.