| Package | Description |
|---|---|
| net.sf.mmm.util.entity.api |
Provides the API for a entities.
|
| net.sf.mmm.util.entity.base |
Provides the basic implementation of the entity API.
|
| net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
| net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
| net.sf.mmm.util.lang.base.datatype.adapter.jpa |
Provides generic adapters to map datatypes for JPA.
|
| net.sf.mmm.util.lang.base.datatype.descriptor |
Contains the basic implementation of the Util Lang API for datatype description.
|
| net.sf.mmm.util.text.api |
Provides the API for utilities that help with textual operations.
|
| net.sf.mmm.util.version.api |
Provides the API for dealing with versions.
|
| net.sf.mmm.util.version.base |
Contains the base-implementations of the
Version API. |
| net.sf.mmm.util.version.impl |
Contains the implementation of the
Version API. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityId
This is the interface for an ID that uniquely identifies an object of a particular type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityId
This is the abstract base implementation of
EntityId. |
class |
EntityIdImpl
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnumDefinition<TYPE,CATEGORY>
This is the interface for the definition of an
EnumType. |
interface |
EnumType<V>
This is the interface for a particular enumeration.
|
interface |
EnumTypeWithCategory<V,CATEGORY>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSimpleDatatype<V>
This is the abstract base implementation of a simple
Datatype. |
class |
AbstractSimpleDatatypeBase<V>
This is the abstract base implementation of a simple
Datatype. |
class |
Alignment
This enum contains the available values for the alignment of an object.
|
class |
BooleanEnum
A
BooleanEnum represents a Boolean as enum type. |
class |
Comparator
Deprecated.
renamed to
CompareOperator to avoid confusion with Comparator. |
class |
CompareOperator
A
CompareOperator represents a function that compares two given values. |
class |
Conjunction
A
Conjunction represents a function that maps a list of boolean arguments to one boolean result. |
class |
Direction
This enum contains all possible directions.
|
class |
HorizontalAlignment
This enum represents a horizontal alignment (e.g.
|
class |
Orientation
This enum contains the available values for the orientation.
|
class |
Password
|
class |
SortOrder
This enum contains the possible values for the sort order of a list.
|
class |
VerticalAlignment
This enum represents a vertical alignment of some object.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> V |
AbstractSimpleDatatypeBase.getValue(SimpleDatatype<V> datatype) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEnumDefinition<TYPE,CATEGORY>
This class implements
EnumDefinition for a java Enum. |
class |
AbstractSimpleEnumDefinition<TYPE>
This is the abstract base implementation of
EnumDefinition with no category
and a static set of enum values. |
class |
BooleanEnumDefinition
This is the default
EnumDefinition for the type Boolean. |
class |
EnumEnumDefinition<TYPE extends Enum<TYPE>,CATEGORY>
This class implements
EnumDefinition for a java Enum. |
class |
EnumEnumType
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSimpleDatatypeAttributeConverter<T extends SimpleDatatype<V>,V>
This is the abstract base implementation of
AttributeConverter to allow the usage of
SimpleDatatypes in JPA Entity classes. |
class |
SimpleDatatypeAttributeConverter<T extends SimpleDatatype<V>,V>
This is a generic implementation of
AbstractSimpleDatatypeAttributeConverter. |
| Modifier and Type | Class and Description |
|---|---|
class |
DatatypeDescriptorSimpleDatatype<T extends SimpleDatatype<?>>
This is the implementation of
DatatypeDescriptor for a
SimpleDatatype. |
class |
DatatypeSegmentDescriptorSimpleDatatype<T extends SimpleDatatype<V>,V>
This is the implementation of
DatatypeSegmentDescriptor for a
SimpleDatatype. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends SimpleDatatype<V>,V> |
DatatypeSegmentDescriptorSimpleDatatype.newInstance(Class<T> datatype,
ReflectionUtil reflectionUtil)
Creates a new instance of
DatatypeSegmentDescriptorSimpleDatatype for the given
SimpleDatatype Class. |
| Modifier and Type | Class and Description |
|---|---|
class |
DiacriticalMark
This enum contains the most important diacritical marks.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VersionIdentifier
A
VersionIdentifier is a version identifying a particular state of an object under version control. |
| Modifier and Type | Class and Description |
|---|---|
class |
DevelopmentPhase
A
DevelopmentPhase represents the state of development of an artifact. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVersionIdentifier
This is the abstract base implementation of
VersionIdentifier. |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionIdentifierImpl
This is the abstract base implementation of
VersionIdentifier. |
Copyright © 2001–2015 mmm-Team. All rights reserved.