EnsLib.EDI.SEF.CompositeElementMask
class EnsLib.EDI.SEF.CompositeElementMask extends EnsLib.EDI.SEF.Node
Property Inventory
Method Inventory
Properties
property MaskType as %String;
This holds the mask type
Property methods: MaskTypeDisplayToLogical(), MaskTypeGet(), MaskTypeIsValid(), MaskTypeLogicalToDisplay(), MaskTypeLogicalToOdbc(), MaskTypeNormalize(), MaskTypeSet()
property MaxLength as %Integer;
This holds the max length
Property methods: MaxLengthDisplayToLogical(), MaxLengthGet(), MaxLengthIsValid(), MaxLengthLogicalToDisplay(), MaxLengthNormalize(), MaxLengthSet()
property MinLength as %Integer;
This holds the min length
Property methods: MinLengthDisplayToLogical(), MinLengthGet(), MinLengthIsValid(), MinLengthLogicalToDisplay(), MinLengthNormalize(), MinLengthSet()
property RepeatCount as %Integer;
This holds the repeat count
Property methods: RepeatCountDisplayToLogical(), RepeatCountGet(), RepeatCountIsValid(), RepeatCountLogicalToDisplay(), RepeatCountNormalize(), RepeatCountSet()
property StdRequirement as %String;
This holds the StdRequirement
Property methods: StdRequirementDisplayToLogical(), StdRequirementGet(), StdRequirementIsValid(), StdRequirementLogicalToDisplay(), StdRequirementLogicalToOdbc(), StdRequirementNormalize(), StdRequirementSet()
Methods
method GenerateText(pStream As %CharacterStream) as %Status
This method is override by subclases to generate the textual representation
of this node
Perform a sanity check on the nodes in the parse tree
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - Ancestor()
 - AsString()
 - DisplayName()
 - GenerateDescriptor()
 - IsGroup()
 - OutputTextToDevice()