org.jboss.soa.esb.services.rules
Interface RuleServicePropertiesNames.Value<T>

All Known Implementing Classes:
RuleServicePropertiesNames.BooleanValue, RuleServicePropertiesNames.StringValue
Enclosing class:
RuleServicePropertiesNames

public static interface RuleServicePropertiesNames.Value<T>


Method Summary
 boolean equivalent(java.lang.String s)
           
 T get()
           
 

Method Detail

get

T get()

equivalent

boolean equivalent(java.lang.String s)