- All Superinterfaces:
Sourceable
An identifier. Used for names of variables, functions, etc.
-
Method Summary
Modifier and TypeMethodDescriptionname()dev.civl.sarl.IF.object.StringObjectThe name as a SARL string object.Methods inherited from interface dev.civl.mc.model.IF.Sourceable
getSource, setCIVLSource
-
Method Details
-
name
String name()- Returns:
- The name associated with this identifier.
-
stringObject
dev.civl.sarl.IF.object.StringObject stringObject()The name as a SARL string object.- Returns:
- name as string object
-