org.hyphenType.datastructure.parser.option
Class StructureOptionArgument

java.lang.Object
  extended by org.hyphenType.datastructure.parser.StructureElement
      extended by org.hyphenType.datastructure.parser.StructureArgument
          extended by org.hyphenType.datastructure.parser.option.StructureOptionArgument
All Implemented Interfaces:
Comparable<StructureArgument>

public class StructureOptionArgument
extends StructureArgument

Author:
Aurelio Akira M. Matsui

Field Summary
 
Fields inherited from class org.hyphenType.datastructure.parser.StructureElement
method
 
Constructor Summary
StructureOptionArgument(String name, Method method, boolean mandatory, int index, String regex, List<InputChannel> channels, String description)
           
 
Method Summary
 
Methods inherited from class org.hyphenType.datastructure.parser.StructureArgument
compareTo, getChannels, getDescription, getIndex, getName, getRegex, isMandatory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructureOptionArgument

public StructureOptionArgument(String name,
                               Method method,
                               boolean mandatory,
                               int index,
                               String regex,
                               List<InputChannel> channels,
                               String description)


Copyright © 2013. All Rights Reserved.