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 Form| Constructor and Description |
|---|
RuleExecutionSetMetadataImpl(String uri,
String name,
String description)
Constructs an instance of
RuleExecutionSetMetadata. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get a short description about this
RuleExecutionSet. |
String |
getName()
Get the name of this
RuleExecutionSet. |
String |
getUri()
Get the URI for this
RuleExecutionSet. |
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.RuleExecutionSetMetadataRuleExecutionSet.public String getName()
RuleExecutionSet.getName in interface javax.rules.RuleExecutionSetMetadataRuleExecutionSet.public String getDescription()
RuleExecutionSet.getDescription in interface javax.rules.RuleExecutionSetMetadataRuleExecutionSet
or null.Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.