com.hdcookbook.grin.io.builders
Class MenuAssemblyHelper.Features

java.lang.Object
  extended by com.hdcookbook.grin.io.builders.MenuAssemblyHelper.Features
Enclosing class:
MenuAssemblyHelper

public static class MenuAssemblyHelper.Features
extends java.lang.Object

This data holder class specifies a set of features within a MenuAssembly


Field Summary
 java.util.List<FeatureRef> features
          The list of features under the given ID.
 java.lang.String id
          A label identifyiing the features.
 
Constructor Summary
MenuAssemblyHelper.Features()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id
A label identifyiing the features. A part can swap out features from the default set by specifying assembly features with the same id.


features

public java.util.List<FeatureRef> features
The list of features under the given ID. This defaults to an empty List.

Constructor Detail

MenuAssemblyHelper.Features

public MenuAssemblyHelper.Features()