Interface IsLiteralExpression
-
- All Known Implementing Classes:
InputClauseLiteralExpression,LiteralExpression,LiteralExpressionPMMLDocument,LiteralExpressionPMMLDocumentModel,OutputClauseLiteralExpression
public interface IsLiteralExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescriptiongetDescription()IdgetId()ImportedValuesgetImportedValues()TextgetText()QNamegetTypeRef()
-
-
-
Method Detail
-
getId
Id getId()
-
getDescription
Description getDescription()
-
getTypeRef
QName getTypeRef()
-
getText
Text getText()
-
getImportedValues
ImportedValues getImportedValues()
-
-