org.guvnor.common.services.workingset.client.factconstraints
Interface ConstraintConfiguration
- All Known Implementing Classes:
- SimpleConstraintConfigurationImpl
public interface ConstraintConfiguration
getFactType
String getFactType()
setFactType
void setFactType(String factType)
getFieldName
String getFieldName()
setFieldName
void setFieldName(String fieldName)
getArgumentKeys
Set<String> getArgumentKeys()
getArgumentValue
Object getArgumentValue(String key)
setArgumentValue
void setArgumentValue(String key,
String value)
containsArgument
boolean containsArgument(String key)
getConstraintName
String getConstraintName()
setConstraintName
void setConstraintName(String name)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.