org.hyphenType.datastructure.parser.simple
Class StructureSimpleArgument

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

public class StructureSimpleArgument
extends StructureArgument

Author:
Aurelio Akira M. Matsui

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

Constructor Detail

StructureSimpleArgument

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

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.