|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.importer.base.tokenizer.TokenizerOption
public class TokenizerOption
Basic implementation of ITokenizerOption
.
Constructor Summary | |
---|---|
TokenizerOption(String optionName,
String optionValue)
The default constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getName()
Retrieves the tokenizer option name. |
String |
getValue()
Retrieves the tokenizer option value. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TokenizerOption(String optionName, String optionValue)
optionName
- the option nameoptionValue
- the option valueMethod Detail |
---|
public String getName()
getName
in interface ITokenizerOption
ITokenizerOption.getName()
public String getValue()
getValue
in interface ITokenizerOption
ITokenizerOption.getValue()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |