Interface XBasicEnum.Creator<E>
- All Superinterfaces:
 XAddGetCollection.Creator<E>,XAddingCollection.Creator<E>,XAddingEnum.Creator<E>,XAddingSequence.Creator<E>,XAddingSet.Creator<E>,XBasicSequence.Factory<E>,XCollection.Factory<E>,XFactory<E>,XGettingCollection.Creator<E>,XGettingEnum.Creator<E>,XGettingSequence.Factory<E>,XGettingSet.Creator<E>,XProcessingCollection.Factory<E>,XProcessingEnum.Creator<E>,XProcessingSequence.Factory<E>,XProcessingSet.Factory<E>,XPutGetCollection.Creator<E>,XPutGetEnum.Creator<E>,XPutGetSequence.Factory<E>,XPutGetSet.Factory<E>,XPuttingCollection.Creator<E>,XPuttingEnum.Creator<E>,XPuttingSequence.Creator<E>,XPuttingSet.Creator<E>,XRemovingCollection.Factory<E>,XRemovingSequence.Factory<E>,XRemovingSet.Factory<E>,XSet.Factory<E>
- All Known Subinterfaces:
 XEnum.Creator<E>,XRank.Factory<E>
- Enclosing interface:
 - XBasicEnum<E>
 
public static interface XBasicEnum.Creator<E> extends XSet.Factory<E>, XBasicSequence.Factory<E>, XPutGetEnum.Creator<E>, XProcessingEnum.Creator<E>
- 
Method Summary
Modifier and Type Method Description XBasicEnum<E>newInstance() 
- 
Method Details
- 
newInstance
XBasicEnum<E> newInstance()- Specified by:
 newInstancein interfaceXAddGetCollection.Creator<E>- Specified by:
 newInstancein interfaceXAddingCollection.Creator<E>- Specified by:
 newInstancein interfaceXAddingEnum.Creator<E>- Specified by:
 newInstancein interfaceXAddingSequence.Creator<E>- Specified by:
 newInstancein interfaceXAddingSet.Creator<E>- Specified by:
 newInstancein interfaceXBasicSequence.Factory<E>- Specified by:
 newInstancein interfaceXCollection.Factory<E>- Specified by:
 newInstancein interfaceXFactory<E>- Specified by:
 newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
 newInstancein interfaceXGettingEnum.Creator<E>- Specified by:
 newInstancein interfaceXGettingSequence.Factory<E>- Specified by:
 newInstancein interfaceXGettingSet.Creator<E>- Specified by:
 newInstancein interfaceXProcessingCollection.Factory<E>- Specified by:
 newInstancein interfaceXProcessingEnum.Creator<E>- Specified by:
 newInstancein interfaceXProcessingSequence.Factory<E>- Specified by:
 newInstancein interfaceXProcessingSet.Factory<E>- Specified by:
 newInstancein interfaceXPutGetCollection.Creator<E>- Specified by:
 newInstancein interfaceXPutGetEnum.Creator<E>- Specified by:
 newInstancein interfaceXPutGetSequence.Factory<E>- Specified by:
 newInstancein interfaceXPutGetSet.Factory<E>- Specified by:
 newInstancein interfaceXPuttingCollection.Creator<E>- Specified by:
 newInstancein interfaceXPuttingEnum.Creator<E>- Specified by:
 newInstancein interfaceXPuttingSequence.Creator<E>- Specified by:
 newInstancein interfaceXPuttingSet.Creator<E>- Specified by:
 newInstancein interfaceXRemovingCollection.Factory<E>- Specified by:
 newInstancein interfaceXRemovingSequence.Factory<E>- Specified by:
 newInstancein interfaceXRemovingSet.Factory<E>- Specified by:
 newInstancein interfaceXSet.Factory<E>
 
 -