Modifier and Type | Class and Description |
---|---|
static class |
OclNode.BooleanLiteralExp
A BooleanLiteralExp OclNode represents a boolean value.
|
static class |
OclNode.ClassLiteralExp
A ClassLiteralExp OclNode represents a class from the model.
|
static class |
OclNode.DateTimeLiteralExp
A DateTimeLiteralExp OclNode represents a defined date and time or
if constructed without a parameter the current date and time.
|
static class |
OclNode.EnumerationLiteralExp
A EnumerationLiteralExp represents a property of a enumeration or
codelist class from the model.
|
static class |
OclNode.IntegerLiteralExp
A IntegerLiteralExp OclNode represents an integer value.
|
static class |
OclNode.OclVoidLiteralExp
A OclVoidLiteralExp OclNode represents the 'null' item, which is of
type OclVoid.
|
static class |
OclNode.PackageLiteralExp
A PackageLiteral OclNode represents a UML package.
|
static class |
OclNode.RealLiteralExp
A RealLiteralExp OclNode represents a real value.
|
static class |
OclNode.StringLiteralExp
A StringLiteralExp OclNode represents a String value.
|
Modifier and Type | Method and Description |
---|---|
protected SchematronConstraintNode |
SchematronSchema.translateConstraintLiteralToSchematronNode(OclNode.LiteralExp lit,
SchematronConstraintNode enclosing,
boolean negate)
This method is supposed to transform the OclNode Literals to an
intermediary node structure which is suited for PL/SQL generation.
|
Constructor and Description |
---|
Literal(SchematronSchema schemaObject,
OclNode.LiteralExp lit,
boolean neg)
Ctor
|
Modifier and Type | Method and Description |
---|---|
protected XpathConstraintNode |
XpathHelper.translateConstraintLiteralToSchematronNode(OclNode.LiteralExp lit,
XpathConstraintNode enclosing,
boolean negate)
This method is supposed to transform the OclNode Literals to an
intermediary node structure which is suited for PL/SQL generation.
|
Constructor and Description |
---|
Literal(XpathHelper xpathHelper,
OclNode.LiteralExp lit,
boolean neg)
Ctor
|
Copyright © 2018. All rights reserved.