|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
INTEGER CompareTo (Token) |
/* Comparison method, used by SortedSet's default comparer
- If the returned value is less than 0 (zero), then the current object sorts before the object passed in.
- If the returned value equals 0 (zero), then the current object occupies the same position in the sort order.
- If the returned value is greater than 0 (zero), then the current object sorts after the object passed in.
@param Token The object to compare to.
@return integer 0 = same object
+1 = sorts after
-1 = sorts before */ |
|||||
|
|
LOGICAL Equals (Object) |
|
|||||
|
|
OpenEdge.Core.Util.Token Parse (character) |
/* Parses a token string (group.arg.sub-arg) into a Token object
If the token starts with "?" then
- the AllowUnknownValue property is set to TRUE
- the ? is stripped off the group name
So parsing "?cp.uid" results in grp=cp, arg=uid, as does parsing "cp.uid"
@param character A complete string token
@return Token A token instance */ |
|||||
|
|
CHARACTER ToString () |
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Token (character, character) |
/* Constructor.
@param character (mandatory) The Token group (not null or empty)
@param character (mandatory) The Token argument (not null) */ |
|||||
|
|
Token (character, character, logical) |
/* Constructor.
@param character (mandatory) The Token group (not null or empty)
@param character (mandatory) The Token argument (not null)
@param logical (mandatory) Whether the unknown value is a valid value */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
LOGICAL AllowUnknownValue |
|
|||||
|
|
CHARACTER Arg |
|
|||||
|
|
CHARACTER Group |
|
|||||
|
|
CHARACTER Value |
|
|
Top
INTEGER CompareTo (Token)
|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL Equals (Object)
|
||||||||||||||||||||||||||||
OpenEdge.Core.Util.Token Parse (character)
|
||||||||||||||||||||||||||||
CHARACTER ToString ()
|
||||||||||||||||||||||||||||
Token (character, character)
|
|||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Token (character, character, logical)
|
|||||||||||||||||||||||
LOGICAL AllowUnknownValue
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
CHARACTER Arg
|
|||||||||
CHARACTER Group
|
|||||||||
CHARACTER Value
|
|||||||||
Progress® OpenEdge® Release 12.6.0