|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.rules.brl.value.descriptor.IlrAbstractValueDescriptor
public abstract class IlrAbstractValueDescriptor
Provide a part of the implementation of the interface IlrValueDescriptor.
This class retrieves the parsable representation of the value descriptor with a property mechanism :
<language>.properties file) with the property
<fully qualified name of BOM type>#valueDescriptor.parsableRepresentation. valueDescriptor.parsableRepresentation.
| Field Summary | |
|---|---|
protected IlrConcept |
concept
The concept represented by this value descriptor. |
| Constructor Summary | |
|---|---|
protected |
IlrAbstractValueDescriptor(IlrConcept concept)
Initializes an abstract value descriptor. |
| Method Summary | |
|---|---|
IlrConcept |
getConcept()
Returns the concept attached to this value descriptor. |
String |
getDefaultValue(IlrBRLDefinition definition)
Returns a default value (in a localized text) for this type of value. |
String |
getParsableRepresentation(IlrBRLDefinition definition)
Returns the regular expression that represents the value in a locale. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ilog.rules.brl.value.descriptor.IlrValueDescriptor |
|---|
checkValue, getLocalizedText, getPersistentText, getValue, getValue |
| Field Detail |
|---|
protected final IlrConcept concept
| Constructor Detail |
|---|
protected IlrAbstractValueDescriptor(IlrConcept concept)
concept - The associated concept.| Method Detail |
|---|
public final IlrConcept getConcept()
IlrValueDescriptor
getConcept in interface IlrValueDescriptorpublic String getParsableRepresentation(IlrBRLDefinition definition)
IlrValueDescriptor
getParsableRepresentation in interface IlrValueDescriptordefinition - The business rule language definition.public String getDefaultValue(IlrBRLDefinition definition)
IlrValueDescriptor
getDefaultValue in interface IlrValueDescriptordefinition - The business rule language definition.
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||