Object.st
branchjv
changeset 21785 f129a3fcd113
parent 21387 e3865533e6a6
child 23102 574962856f04
equal deleted inserted replaced
21784:d58698c455c1 21785:f129a3fcd113
 10052     ^ false
 10052     ^ false
 10053 
 10053 
 10054     "Created: / 04-09-2011 / 20:04:43 / cg"
 10054     "Created: / 04-09-2011 / 20:04:43 / cg"
 10055 !
 10055 !
 10056 
 10056 
       
 10057 isURL
       
 10058     "Return true if the receiver is a url.
       
 10059      Note: Do not override in any class except URL."
       
 10060 
       
 10061     ^ false
       
 10062 
       
 10063     "Created: / 17-02-2017 / 10:25:12 / cg"
       
 10064 !
       
 10065 
 10057 isUUID
 10066 isUUID
 10058     "Return true if the receiver is a uuid.
 10067     "Return true if the receiver is a uuid.
 10059      Note: Do not override in any class except UUID."
 10068      Note: Do not override in any class except UUID."
 10060 
 10069 
 10061     ^ false
 10070     ^ false