org.jvnet.hyperjaxb3.ejb.strategy.model.base
Class CreateNoPropertyInfos

java.lang.Object
  extended by 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.


Field Summary
static CreatePropertyInfos INSTANCE
          A singleton instance.
 
Constructor Summary
CreateNoPropertyInfos()
           
 
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
 

Field Detail

INSTANCE

public static CreatePropertyInfos INSTANCE
A singleton instance.

Constructor Detail

CreateNoPropertyInfos

public CreateNoPropertyInfos()
Method Detail

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-2014. All Rights Reserved.