org.jvnet.hyperjaxb3.ejb.strategy.model.base
Class CreateNoPropertyInfos
java.lang.Object
org.jvnet.hyperjaxb3.ejb.strategy.model.base.CreateNoPropertyInfos
- All Implemented Interfaces:
- CreatePropertyInfos, PropertyInfoProcessor<Collection<com.sun.tools.xjc.model.CPropertyInfo>,ProcessModel>
public class CreateNoPropertyInfos
- extends Object
- implements CreatePropertyInfos
Creates no properties.
|
Method Summary |
Collection<com.sun.tools.xjc.model.CPropertyInfo> |
process(ProcessModel context,
com.sun.tools.xjc.model.CPropertyInfo propertyInfo)
Creates no properties, simply returns an empty collection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static CreatePropertyInfos INSTANCE
- A singleton instance.
CreateNoPropertyInfos
public CreateNoPropertyInfos()
process
public Collection<com.sun.tools.xjc.model.CPropertyInfo> process(ProcessModel context,
com.sun.tools.xjc.model.CPropertyInfo propertyInfo)
- Creates no properties, simply returns an empty collection.
- Specified by:
process in interface CreatePropertyInfos- Specified by:
process in interface PropertyInfoProcessor<Collection<com.sun.tools.xjc.model.CPropertyInfo>,ProcessModel>
- Parameters:
context - ignored.propertyInfo - ignored.
- Returns:
- An empty collection.
Copyright © 2005-2011. All Rights Reserved.