-
Notifications
You must be signed in to change notification settings - Fork 4
ClassDescriptor.java
iks github user edited this page Jul 15, 2014
·
7 revisions
The class descriptor in the meta model of the StandardModelProvider offers the following calls
java.lang.String getSimpleName()
Return: simple name of class
java.lang.String getPackage()
Returns: package to which class belongs
java.lang.String getFullyQualifiedName()
Returns: fully qualified of class read from model file (package + simple name)
java.util.List < AttributeDescriptor > getAttributeDescriptorList()
Returns: list of attribute descriptors that contain class definition details read from model file
In addition, the class descriptor implements the MetaInfoSupport interface.
[Back] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Using-Placeholders-for-model-data)