public static class PoolProperties.InterceptorProperty extends Object implements Serializable
Constructor and Description |
---|
PoolProperties.InterceptorProperty(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
boolean |
getValueAsBoolean(boolean def) |
byte |
getValueAsByte(byte def) |
char |
getValueAschar(char def) |
double |
getValueAsDouble(double def) |
float |
getValueAsFloat(float def) |
int |
getValueAsInt(int def) |
long |
getValueAsLong(long def) |
short |
getValueAsShort(short def) |
int |
hashCode() |
public String getName()
public String getValue()
public boolean getValueAsBoolean(boolean def)
public int getValueAsInt(int def)
public long getValueAsLong(long def)
public byte getValueAsByte(byte def)
public short getValueAsShort(short def)
public float getValueAsFloat(float def)
public double getValueAsDouble(double def)
public char getValueAschar(char def)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.