public class RuleExecutionSetMetadataImpl extends Object implements javax.rules.RuleExecutionSetMetadata
RuleExecutionSetMetadata
interface which exposes some simple properties of the
RuleExecutionSet
to the runtime user.RuleExecutionSetMetadata
,
Serialized FormConstructor and Description |
---|
RuleExecutionSetMetadataImpl(String uri,
String name,
String description)
Constructs an instance of
RuleExecutionSetMetadata . |
public RuleExecutionSetMetadataImpl(String uri, String name, String description)
RuleExecutionSetMetadata
.uri
- The URI for this RuleExecutionSet
.name
- The name of this RuleExecutionSet
.description
- The description of this RuleExecutionSet
.public String getUri()
RuleExecutionSet
.getUri
in interface javax.rules.RuleExecutionSetMetadata
RuleExecutionSet
.public String getName()
RuleExecutionSet
.getName
in interface javax.rules.RuleExecutionSetMetadata
RuleExecutionSet
.public String getDescription()
RuleExecutionSet
.getDescription
in interface javax.rules.RuleExecutionSetMetadata
RuleExecutionSet
or null
.Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.