Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. «FOR o : myClass.objectClasses»
  2. Test::ObjectClassHandle _class_«o.fullyQualifiedName.toString("_")»;
  3. «FOR a : o.attributes»
  4. Test::AttributeHandle «_attr_«a.fullyQualifiedName.toString("_")»;
  5. «ENDFOR»
  6. «ENDFOR»
Add Comment
Please, Sign In to add comment