private abstract static class UnitLookup.LeafContentType<T> extends ContentType<T> implements IPersister<T>
m_identifier
Modifier | Constructor and Description |
---|---|
private |
LeafContentType(java.lang.String identifier) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkNull(java.lang.Object value) |
IConstraint<T> |
combine(IConstraint<?> other)
Return a constraint that honors both this constraint and
other , if such a constraint
would accept anything except null . |
IPersister<T> |
getPersister() |
addFormatter, getAccessor, getAccessorKeys, getAttributes, getDefaultFormatter, getDescription, getFormatter, getFormatters, getIdentifier, getName, hasAttribute, lookupNameFor, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
interactiveFormat, persistableString, validate
parseInteractive, parsePersisted
protected final void checkNull(java.lang.Object value)
public IConstraint<T> combine(IConstraint<?> other)
IConstraint
other
, if such a constraint
would accept anything except null
. Otherwise, return null
.combine
in interface IConstraint<T>
null
public IPersister<T> getPersister()
getPersister
in class ContentType<T>