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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinteractiveFormat, persistableString, validateparseInteractive, parsePersistedprotected final void checkNull(java.lang.Object value)
public IConstraint<T> combine(IConstraint<?> other)
IConstraintother, if such a constraint
would accept anything except null. Otherwise, return null.combine in interface IConstraint<T>nullpublic IPersister<T> getPersister()
getPersister in class ContentType<T>