org.ow2.shelbie.core.internal.registry.supplier.gogo.info
Class GogoOptionInfo

java.lang.Object
  extended by org.ow2.shelbie.core.internal.registry.supplier.gogo.info.GogoParameterInfo
      extended by org.ow2.shelbie.core.internal.registry.supplier.gogo.info.GogoOptionInfo
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 GogoOptionInfo
extends GogoParameterInfo
implements org.ow2.shelbie.core.registry.info.OptionInfo

User: guillaume Date: 15/02/13 Time: 14:07


Field Summary
 
Fields inherited from class org.ow2.shelbie.core.internal.registry.supplier.gogo.info.GogoParameterInfo
type
 
Constructor Summary
GogoOptionInfo(String[] names, Class<?> type)
           
 
Method Summary
 List<String> getNames()
           
 boolean isRequired()
           
 
Methods inherited from class org.ow2.shelbie.core.internal.registry.supplier.gogo.info.GogoParameterInfo
getDefault, getDescription, getType, isMultiValued, setDefaultValue, setDescription
 
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
 
Methods inherited from interface org.ow2.shelbie.core.registry.info.Descriptive
getDescription
 

Constructor Detail

GogoOptionInfo

public GogoOptionInfo(String[] names,
                      Class<?> type)
Method Detail

getNames

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

isRequired

public boolean isRequired()
Specified by:
isRequired in interface org.ow2.shelbie.core.registry.info.ParameterInfo
Overrides:
isRequired in class GogoParameterInfo


Copyright © 2013 OW2 Consortium. All Rights Reserved.