コード例 #1
0
 @NotNull
 public final List<CollectionChildDescriptionImpl> getCollectionChildrenDescriptions() {
   checkInitialized();
   return myCollections.getDescriptions();
 }
コード例 #2
0
 @NotNull
 public List<AttributeChildDescriptionImpl> getAttributeChildrenDescriptions() {
   checkInitialized();
   return myAttributes.getDescriptions();
 }
コード例 #3
0
 @NotNull
 public final List<FixedChildDescriptionImpl> getFixedChildrenDescriptions() {
   checkInitialized();
   return myFixeds.getDescriptions();
 }