org.hyphenType.datastructure.parser.option
Class StructureOptionValue

java.lang.Object
  extended by org.hyphenType.datastructure.parser.StructureElement
      extended by org.hyphenType.datastructure.parser.option.StructureOptionValue

public class StructureOptionValue
extends StructureElement

Author:
Aurelio Akira M. Matsui

Field Summary
 String arraySeparator
           
 boolean arrayUseFileSeparator
           
 boolean mandatory
           
 String name
           
 
Fields inherited from class org.hyphenType.datastructure.parser.StructureElement
method
 
Constructor Summary
StructureOptionValue(Method method, String name, boolean mandatory, String arraySeparator, boolean arrayUseFileSeparator)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name

mandatory

public final boolean mandatory

arraySeparator

public final String arraySeparator

arrayUseFileSeparator

public final boolean arrayUseFileSeparator
Constructor Detail

StructureOptionValue

public StructureOptionValue(Method method,
                            String name,
                            boolean mandatory,
                            String arraySeparator,
                            boolean arrayUseFileSeparator)


Copyright © 2013. All Rights Reserved.