|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.apache.lenya.cms.ac.usecases.IPRangeProfile.Part
public static class IPRangeProfile.Part
IP address part holder.
| Constructor Summary | |
|---|---|
IPRangeProfile.Part(byte _position)
Ctor. |
|
IPRangeProfile.Part(byte _position,
java.lang.String _value)
Ctor. |
|
| Method Summary | |
|---|---|
byte |
getPosition()
Returns the position |
java.lang.String |
getValue()
Returns the value |
boolean |
isValid()
Checks if the part is valid. |
void |
setValue(java.lang.String _value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IPRangeProfile.Part(byte _position,
java.lang.String _value)
_position - The position._value - The value.public IPRangeProfile.Part(byte _position)
_position - The position.| Method Detail |
|---|
public byte getPosition()
public java.lang.String getValue()
public void setValue(java.lang.String _value)
_value - The value.public boolean isValid()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||