public class NUMRANGEDomainInfo extends NewDomainInfo
| Modifier and Type | Class and Description |
|---|---|
class |
NUMRANGEDomainInfo.Detail |
allInfo| Constructor and Description |
|---|
NUMRANGEDomainInfo(long id)
Constructs a NUMRANGEDomainInfo object
|
NUMRANGEDomainInfo(java.lang.String name)
Constructs a NUMRANGEDomainInfo object
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSegment(double min,
double max,
double interval)
Add a segment to the range
|
void |
addSegment(double min,
double max,
double interval,
java.lang.String siteId,
java.lang.String orgId)
Add a segment to the range
|
MboValueListener |
getDomainObject(MboValue mbv)
Return an object that will actually perform the validation
|
double[][] |
getSegments(java.lang.Object[] signature)
Return the segments in an an x by 3 array
|
NUMRANGEDomainInfo.Detail |
initDetailObject(java.lang.String site,
java.lang.String org) |
java.lang.String |
toString()
Dump the domain info to a string for debugging purposes
|
canSignatureChangeAfterInit, contains, getCacheName, getDetail, getName, getNeverCache, getSignature, init, isDifferentSignature, needToConsiderSiteOrg, setDetail, setNeverCachegetKeypublic NUMRANGEDomainInfo(java.lang.String name)
name - public NUMRANGEDomainInfo(long id)
name - public NUMRANGEDomainInfo.Detail initDetailObject(java.lang.String site, java.lang.String org)
public void addSegment(double min,
double max,
double interval,
java.lang.String siteId,
java.lang.String orgId)
min - max - interval - public void addSegment(double min,
double max,
double interval)
min - max - interval - public double[][] getSegments(java.lang.Object[] signature)
public MboValueListener getDomainObject(MboValue mbv)
getDomainObject in class NewDomainInfoMboValue - objectpublic java.lang.String toString()
toString in class NewDomainInfo