public class DefaultNutsArgument extends DefaultNutsTokenFilter implements NutsArgument
expression| Constructor and Description |
|---|
DefaultNutsArgument(String expression) |
DefaultNutsArgument(String expression,
char eq)
Constructor
|
contains, like, matchesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitofcontains, like, matchespublic DefaultNutsArgument(String expression)
public DefaultNutsArgument(String expression, char eq)
expression - expressioneq - equalspublic boolean isUnsupported()
public boolean isOption()
isOption in interface NutsArgumentpublic boolean isNonOption()
isNonOption in interface NutsArgumentpublic boolean isKeyValue()
isKeyValue in interface NutsArgumentpublic String getStringOptionPrefix()
getStringOptionPrefix in interface NutsArgumentpublic String getKeyValueSeparator()
getKeyValueSeparator in interface NutsArgumentpublic NutsArgument getArgumentKey()
getArgumentKey in interface NutsArgumentpublic NutsArgument getArgumentOptionName()
getArgumentOptionName in interface NutsArgumentpublic String getStringOptionName()
getStringOptionName in interface NutsArgumentpublic NutsArgument getArgumentValue()
getArgumentValue in interface NutsArgumentpublic String getString()
getString in interface NutsArgumentpublic String getString(String defaultValue)
getString in interface NutsArgumentpublic boolean isNull()
isNull in interface NutsTokenFilterisNull in class DefaultNutsTokenFilterpublic boolean isBlank()
isBlank in interface NutsTokenFilterisBlank in class DefaultNutsTokenFilterpublic boolean isNegated()
isNegated in interface NutsArgumentpublic boolean isEnabled()
isEnabled in interface NutsArgumentpublic boolean isInt()
isInt in interface NutsArgumentpublic int getInt()
getInt in interface NutsArgumentpublic int getIntValue(int defaultValue)
getIntValue in interface NutsArgumentpublic int getIntValue()
getIntValue in interface NutsArgumentpublic long getLongValue()
getLongValue in interface NutsArgumentpublic double getDoubleValue()
getDoubleValue in interface NutsArgumentpublic int getInt(int defaultValue)
getInt in interface NutsArgumentpublic boolean isLong()
isLong in interface NutsArgumentpublic long getLong()
getLong in interface NutsArgumentpublic long getLong(long defaultValue)
getLong in interface NutsArgumentpublic boolean isDouble()
isDouble in interface NutsArgumentpublic double getDouble()
getDouble in interface NutsArgumentpublic double getDouble(double defaultValue)
getDouble in interface NutsArgumentpublic boolean getBoolean()
getBoolean in interface NutsArgumentpublic boolean isBoolean()
isBoolean in interface NutsArgumentpublic Boolean getBoolean(Boolean defaultValue)
getBoolean in interface NutsArgumentpublic NutsArgument required()
required in interface NutsArgumentpublic String getStringKey()
getStringKey in interface NutsArgumentpublic String getStringValue()
getStringValue in interface NutsArgumentpublic boolean getBooleanValue()
getBooleanValue in interface NutsArgumentpublic Boolean getBooleanValue(Boolean defaultValue)
getBooleanValue in interface NutsArgumentpublic String getStringValue(String defaultValue)
getStringValue in interface NutsArgumentCopyright © 2021 vpc open source initiative. All rights reserved.