org.ow2.shelbie.core.internal.handler.info
Class DefaultOptionInfo

java.lang.Object
  extended by org.ow2.shelbie.core.internal.handler.info.DefaultParameterInfo
      extended by org.ow2.shelbie.core.internal.handler.info.DefaultOptionInfo
All Implemented Interfaces:
org.ow2.shelbie.core.registry.info.Descriptive, org.ow2.shelbie.core.registry.info.OptionInfo, org.ow2.shelbie.core.registry.info.ParameterInfo

public class DefaultOptionInfo
extends DefaultParameterInfo
implements org.ow2.shelbie.core.registry.info.OptionInfo

User: guillaume Date: 14/02/13 Time: 21:13


Field Summary
 
Fields inherited from class org.ow2.shelbie.core.internal.handler.info.DefaultParameterInfo
type
 
Constructor Summary
DefaultOptionInfo(List<String> names, Class<?> type)
           
 
Method Summary
 List<String> getNames()
           
 
Methods inherited from class org.ow2.shelbie.core.internal.handler.info.DefaultParameterInfo
getDefault, getDescription, getType, isMultiValued, isRequired, setDefaultObject, setDescription, setMultiValued, setRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.shelbie.core.registry.info.ParameterInfo
getDefault, getType, isMultiValued, isRequired
 
Methods inherited from interface org.ow2.shelbie.core.registry.info.Descriptive
getDescription
 

Constructor Detail

DefaultOptionInfo

public DefaultOptionInfo(List<String> names,
                         Class<?> type)
Method Detail

getNames

public List<String> getNames()
Specified by:
getNames in interface org.ow2.shelbie.core.registry.info.OptionInfo


Copyright © 2013 OW2 Consortium. All Rights Reserved.