public class NUMRANGEDomainInfoBase extends DomainInfoBase
| Modifier and Type | Class and Description |
|---|---|
class |
NUMRANGEDomainInfoBase.Detail |
| Constructor and Description |
|---|
NUMRANGEDomainInfoBase(java.lang.String name,
long id) |
| 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
|
NUMRANGEDomainInfoBase.Detail |
initDetailObject(java.lang.String site,
java.lang.String org) |
java.lang.String |
toString()
Dump the domain info to a string for debugging purposes
|
getCacheNameaddToRepository, getClonedInfo, getID, getReference, getTenantId, isLoaded, isMasterInfo, isSameTenantAsReference, setID, setReference, setTenantId, setTenantReferencepublic NUMRANGEDomainInfoBase(java.lang.String name,
long id)
public NUMRANGEDomainInfoBase.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)
MboValue - objectpublic java.lang.String toString()
toString in class DomainInfoBase