public class SimpleConstraintConfigurationImpl extends Object implements ConstraintConfiguration
Constructor and Description |
---|
SimpleConstraintConfigurationImpl() |
SimpleConstraintConfigurationImpl(ConstraintConfiguration constraintConfiguration) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsArgument(String key) |
Set<String> |
getArgumentKeys() |
Object |
getArgumentValue(String key) |
String |
getConstraintName() |
String |
getFactType() |
String |
getFieldName() |
void |
setArgumentValue(String key,
String value) |
void |
setConstraintName(String constraintName) |
void |
setFactType(String factType) |
void |
setFieldName(String fieldName) |
String |
toString() |
public SimpleConstraintConfigurationImpl(ConstraintConfiguration constraintConfiguration)
public SimpleConstraintConfigurationImpl()
public Set<String> getArgumentKeys()
getArgumentKeys
in interface ConstraintConfiguration
public Object getArgumentValue(String key)
getArgumentValue
in interface ConstraintConfiguration
public String getConstraintName()
getConstraintName
in interface ConstraintConfiguration
public void setConstraintName(String constraintName)
setConstraintName
in interface ConstraintConfiguration
public String getFactType()
getFactType
in interface ConstraintConfiguration
public String getFieldName()
getFieldName
in interface ConstraintConfiguration
public void setArgumentValue(String key, String value)
setArgumentValue
in interface ConstraintConfiguration
public void setFactType(String factType)
setFactType
in interface ConstraintConfiguration
public void setFieldName(String fieldName)
setFieldName
in interface ConstraintConfiguration
public boolean containsArgument(String key)
containsArgument
in interface ConstraintConfiguration
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.