public interface IPRange extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
IPRange.IPType
Define the type value of IP Range
|
static class |
IPRange.RangeCategory
Define the category of IP Range
|
Modifier and Type | Method and Description |
---|---|
String |
getEndIP()
Returns the String value of the last IP.
|
IPRange.IPType |
getIPType()
Returns the type of the IP range.
|
IPRange.RangeCategory |
getRangeCategory()
Returns the category of the IP range.
|
String |
getStartIP()
Returns the String value of the first IP.
|
String |
toDelimiterRange()
Returns the String format of the IP range.
|
String |
toRangeString(String separator)
Returns the String format of the IP range.
|
String getStartIP()
String getEndIP()
IPRange.IPType getIPType()
IPRange.RangeCategory getRangeCategory()
String toRangeString(String separator)
String toDelimiterRange()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.