Skip to main content

EnsLib.EDI.SEF.SegmentItemMask

class EnsLib.EDI.SEF.SegmentItemMask extends EnsLib.EDI.SEF.Node

Property Inventory

Method Inventory

Properties

property CompositeMaskIndex as %Integer;
This holds the composite mask number
Property methods: CompositeMaskIndexDisplayToLogical(), CompositeMaskIndexGet(), CompositeMaskIndexIsValid(), CompositeMaskIndexLogicalToDisplay(), CompositeMaskIndexNormalize(), CompositeMaskIndexSet()
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 requirement
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
method Validate(ByRef pStatus As %Status) as %Status
Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab