Ejemplo n.º 1
0
 @Override
 public IMetaType getLiteralMetaType() {
   if (_literalMetaType == null) {
     _literalMetaType = GosuShop.createMetaType(getTheRef(), true);
   }
   return _literalMetaType;
 }
Ejemplo n.º 2
0
 @Override
 public IMetaType getMetaType() {
   if (_metaType == null) {
     _metaType = GosuShop.createMetaType(getTheRef(), false);
   }
   return _metaType;
 }