EnsLib.EDI.SEF.Element
class EnsLib.EDI.SEF.Element extends EnsLib.EDI.SEF.Node
Property Inventory
Method Inventory
Properties
property Codes as EnsLib.EDI.SEF.Codes;
This holds the option codes definition
Property methods: CodesGet(), CodesGetSwizzled(), CodesIsValid(), CodesNewObject(), CodesSet()
property ID as %String;
This holds the element ID
Property methods: IDDisplayToLogical(), IDGet(), IDIsValid(), IDLogicalToDisplay(), IDLogicalToOdbc(), IDNormalize(), IDSet()
property MaxLength as %Integer;
This holds the max length. Maxlength of Zero means unlimited
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 Type as %String;
This holds the element type
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()
Methods
method GenerateDescriptor(pCompiler As EnsLib.EDI.SEF.Compiler) as %Status
This method is overriden by subclasses to generate the code that this
node represents
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()
- GenerateText()
- IsGroup()
- OutputTextToDevice()