org.fusesource.hawtbuf.proto.compiler
Class OptionDescriptor

java.lang.Object
  extended by org.fusesource.hawtbuf.proto.compiler.OptionDescriptor

public class OptionDescriptor
extends Object


Constructor Summary
OptionDescriptor()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 void validate(List<String> errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionDescriptor

public OptionDescriptor()
Method Detail

getName

public String getName()

getValue

public String getValue()

setName

public void setName(String name)

setValue

public void setValue(String value)

validate

public void validate(List<String> errors)


Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.