Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

activeCodes() - Method in record class net.tangly.core.codes.CodeType
Return all active codes defined for the code table.
add(Comment) - Method in interface net.tangly.core.HasMutableComments
Adds a comment to the list of comments.
add(Comment) - Method in class net.tangly.core.MutableEntityExtendedImp
 
add(Comment) - Method in class net.tangly.core.MutalbeExternalEntityImp
 
add(Tag) - Method in class net.tangly.core.Comment
 
add(Tag) - Method in interface net.tangly.core.HasMutableTags
Add the tag to the collection of tags.
add(Tag) - Method in class net.tangly.core.MutableEntityExtendedImp
 
add(Tag) - Method in class net.tangly.core.MutalbeExternalEntityImp
 
addComments(Iterable<Comment>) - Method in interface net.tangly.core.HasMutableComments
Add a list of comments.
address() - Method in interface net.tangly.core.HasLocation
 
Address - Record Class in net.tangly.core
Address immutability is enforced through a record construct.
Address(String, String, String, String, String, String, String) - Constructor for record class net.tangly.core.Address
Creates an instance of a Address record class.
Address.Builder - Class in net.tangly.core
Define the builder for the address class with a fluent interface.
addTagCounts(TypeRegistry, List<I>, Map<TagType<?>, Integer>) - Static method in class net.tangly.core.domain.BoundedDomain
 
addTagCounts(TypeRegistry, Provider<I>, Map<TagType<?>, Integer>) - Static method in class net.tangly.core.domain.BoundedDomain
 
addTags(Iterable<Tag>) - Method in interface net.tangly.core.HasMutableTags
 
author() - Method in class net.tangly.core.Comment
Return the author of the comment as human-readable information.
avatar(String) - Method in class net.tangly.core.gravatar.Gravatar
 
avatar(String) - Method in class net.tangly.core.gravatar.gravatar.Gravatar
 
avatar(String, int, GravatarRating, GravatarImage) - Method in class net.tangly.core.gravatar.gravatar.Gravatar
 
avatar(String, int, GravatarRating, GravatarImage) - Method in class net.tangly.core.gravatar.Gravatar
 

B

BankConnection - Record Class in net.tangly.core
Describes a bank connection with IBAN account number, BIC identification and name of the institute.
BankConnection(String) - Constructor for record class net.tangly.core.BankConnection
 
BankConnection(String, String) - Constructor for record class net.tangly.core.BankConnection
 
BankConnection(String, String, String) - Constructor for record class net.tangly.core.BankConnection
Creates an instance of a BankConnection record class.
bic() - Method in record class net.tangly.core.BankConnection
Returns the value of the bic record component.
blankToNull(String) - Static method in class net.tangly.core.Strings
 
BoundedDomain<R,B,P> - Class in net.tangly.core.domain
A bounded domain as defined in the DDD approach has a domain-specific model and a set of adapters.
BoundedDomain(String, R, B, P, TypeRegistry) - Constructor for class net.tangly.core.domain.BoundedDomain
Constructor of the bounded domain.
build() - Method in class net.tangly.core.Address.Builder
 
builder() - Static method in record class net.tangly.core.Address
Return a builder instance for an address object.
Builder() - Constructor for class net.tangly.core.Address.Builder
 

C

canBeAdded(T) - Method in class net.tangly.core.providers.ProviderHasOid
Checks if the entity can be added through the provider.
canHaveValue() - Method in record class net.tangly.core.TagType
 
checkEntities(Provider<T>) - Static method in interface net.tangly.core.domain.Realm
 
clazz() - Method in record class net.tangly.core.codes.CodeType
Returns the value of the clazz record component.
clazz() - Method in record class net.tangly.core.domain.DomainEntity
Returns the value of the clazz record component.
clazz() - Method in record class net.tangly.core.TagType
Returns the value of the clazz record component.
clear() - Method in class net.tangly.core.Comment
 
clear() - Method in interface net.tangly.core.HasMutableTags
 
clear() - Method in class net.tangly.core.MutableEntityExtendedImp
 
clear() - Method in class net.tangly.core.MutalbeExternalEntityImp
 
clearEntities() - Method in interface net.tangly.core.domain.Port
Clear all entities of the bounded domain.
close() - Method in interface net.tangly.core.domain.Realm
 
code() - Method in interface net.tangly.core.codes.Code
Return the human-readable representation of a code table entity.
code() - Method in class net.tangly.core.codes.CodeImp
 
code() - Method in enum class net.tangly.core.gravatar.gravatar.GravatarImage
 
code() - Method in enum class net.tangly.core.gravatar.gravatar.GravatarRating
 
code() - Method in enum class net.tangly.core.gravatar.GravatarImage
 
code() - Method in enum class net.tangly.core.gravatar.GravatarRating
 
code() - Method in record class net.tangly.core.HasLocation.PlusCode
Returns the value of the code record component.
Code - Interface in net.tangly.core.codes
The abstraction of a reference table or reference codes.
CodeImp - Class in net.tangly.core.codes
The class represents an immutable code describing a set of related codes aggregated in the same code table.
CodeImp(int, String, boolean) - Constructor for class net.tangly.core.codes.CodeImp
Constructor of the immutable class.
codes() - Method in record class net.tangly.core.codes.CodeType
Returns the value of the codes record component.
CodeType<T> - Record Class in net.tangly.core.codes
The code type describes a reference code table entity and all the existing code values.
CodeType(Class<T>, List<T>) - Constructor for record class net.tangly.core.codes.CodeType
Creates an instance of a CodeType record class.
Comment - Class in net.tangly.core
Defines a human-readable annotation to an entity.
Comment(String, String) - Constructor for class net.tangly.core.Comment
Default constructor to create an immutable instance.
comments() - Method in class net.tangly.core.EntityExtendedImp
 
comments() - Method in class net.tangly.core.ExternalEntityImp
 
comments() - Method in interface net.tangly.core.HasComments
Return the collection of comments owned by the entity.
comments() - Method in class net.tangly.core.MutableEntityExtendedImp
 
comments() - Method in class net.tangly.core.MutalbeExternalEntityImp
 
comments(Collection<Comment>) - Method in interface net.tangly.core.HasMutableComments
Set the new collection of comments.
comments(Collection<Comment>) - Method in class net.tangly.core.MutableEntityExtendedImp
 
comments(Collection<Comment>) - Method in class net.tangly.core.MutalbeExternalEntityImp
 
commentsCount() - Method in record class net.tangly.core.domain.DomainEntity
 
containsTag(String) - Method in interface net.tangly.core.HasTags
 
containsTag(String, String) - Method in interface net.tangly.core.HasTags
True, if the tag with the given tag identification containing optional namespace and tag name could be found.
convert() - Method in record class net.tangly.core.TagType
Returns the value of the convert record component.
country() - Method in record class net.tangly.core.Address
Returns the value of the country record component.
country(String) - Method in class net.tangly.core.Address.Builder
 
countTags(Map<TagType<?>, Integer>) - Method in class net.tangly.core.domain.BoundedDomain
 
created() - Method in class net.tangly.core.Comment
Return the timestamp when the comment was created.
createDirectories(Path) - Static method in interface net.tangly.core.domain.Port
 
createTsvAddress() - Static method in class net.tangly.core.tsv.TsvHdlCore
 
createTsvBankConnection() - Static method in class net.tangly.core.tsv.TsvHdlCore
 
createTsvDateRange() - Static method in class net.tangly.core.tsv.TsvHdlCore
 
Creating a New Bounded Domain - Search tag in package net.tangly.core.domain
Section

D

date() - Method in class net.tangly.core.ExternalEntityImp
 
date() - Method in interface net.tangly.core.HasDate
Return the date of entity.
date() - Method in class net.tangly.core.MutalbeExternalEntityImp
 
date(LocalDate) - Method in interface net.tangly.core.HasMutableDate
Set the new date of the entity.
date(LocalDate) - Method in class net.tangly.core.MutalbeExternalEntityImp
 
DATE - Static variable in class net.tangly.core.tsv.TsvHdlCore
 
DateFilter(LocalDate, LocalDate) - Constructor for record class net.tangly.core.DateRange.DateFilter
 
DateFilter(DateRange) - Constructor for record class net.tangly.core.DateRange.DateFilter
Creates an instance of a DateFilter record class.
DateRange - Record Class in net.tangly.core
Define an absolute local date range.
DateRange() - Constructor for record class net.tangly.core.DateRange
Creates a fully open date range.
DateRange(LocalDate, LocalDate) - Constructor for record class net.tangly.core.DateRange
Creates an instance of a DateRange record class.
DateRange.DateFilter - Record Class in net.tangly.core
Test if the date is inside the date interval specified in the filter.
delete(T) - Method in interface net.tangly.core.providers.Provider
Delete the data associated with the entity.
delete(T) - Method in class net.tangly.core.providers.ProviderHasOid
 
delete(T) - Method in class net.tangly.core.providers.ProviderInMemory
 
delete(T) - Method in class net.tangly.core.providers.ProviderPersistence
 
delete(T) - Method in class net.tangly.core.providers.ProviderTransaction
 
delete(T) - Method in class net.tangly.core.providers.ProviderView
 
deleteAll() - Method in interface net.tangly.core.providers.Provider
Delete all the entities managed by the provider.
deleteAll() - Method in class net.tangly.core.providers.ProviderHasOid
 
deleteAll() - Method in class net.tangly.core.providers.ProviderInMemory
 
deleteAll() - Method in class net.tangly.core.providers.ProviderPersistence
 
deleteAll() - Method in class net.tangly.core.providers.ProviderTransaction
 
deleteAll() - Method in class net.tangly.core.providers.ProviderView
 
domain() - Method in record class net.tangly.core.domain.DomainEntity
Returns the value of the domain record component.
domain() - Method in record class net.tangly.core.EmailAddress
Returns the value of the domain record component.
DomainEntity<T> - Record Class in net.tangly.core.domain
Define the meta-information describing the characteristics of a domain entity.
DomainEntity(String, Class<T>, Provider<T>) - Constructor for record class net.tangly.core.domain.DomainEntity
Creates an instance of a DomainEntity record class.
DomainRules - Class in net.tangly.core.validation
 
DomainRules() - Constructor for class net.tangly.core.validation.DomainRules
 

E

EmailAddress - Record Class in net.tangly.core
The abstraction of an email address until the Java JDK provides one.
EmailAddress(String, String) - Constructor for record class net.tangly.core.EmailAddress
Creates an instance of a EmailAddress record class.
emptyToNull(String) - Static method in class net.tangly.core.Strings
 
entities() - Method in class net.tangly.core.domain.BoundedDomain
 
entitiesCount() - Method in record class net.tangly.core.domain.DomainEntity
 
Entity - Interface in net.tangly.core
The named interface defines a powerful abstraction for entities of a domain model.
EntityExtended - Interface in net.tangly.core
The named interface defines a powerful abstraction for entities of a domain model.
EntityExtendedImp - Class in net.tangly.core
Default implementation of the MutableEntityExtended interface.
EntityExtendedImp(long) - Constructor for class net.tangly.core.EntityExtendedImp
 
equals(Object) - Method in record class net.tangly.core.Address
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.core.BankConnection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.tangly.core.codes.CodeImp
 
equals(Object) - Method in record class net.tangly.core.codes.CodeType
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.tangly.core.Comment
 
equals(Object) - Method in record class net.tangly.core.DateRange.DateFilter
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.core.DateRange
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.core.domain.DomainEntity
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.core.EmailAddress
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.tangly.core.EntityExtendedImp
 
equals(Object) - Method in class net.tangly.core.ExternalEntityImp
 
equals(Object) - Method in record class net.tangly.core.HasDate.IntervalFilter
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.core.HasDateRange.RangeFilter
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.core.HasLocation.GeoPosition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.core.HasLocation.PlusCode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.core.HasMutableDate.IntervalFilter
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.tangly.core.MutableEntityExtendedImp
 
equals(Object) - Method in class net.tangly.core.MutalbeExternalEntityImp
 
equals(Object) - Method in record class net.tangly.core.PhoneNr
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.core.Tag
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.tangly.core.TagType
Indicates whether some other object is "equal to" this one.
execute(Runnable) - Method in class net.tangly.core.providers.ProviderTransaction
 
EXPLICIT - Enum constant in enum class net.tangly.core.gravatar.gravatar.GravatarRating
 
EXPLICIT - Enum constant in enum class net.tangly.core.gravatar.GravatarRating
 
exportEntities() - Method in interface net.tangly.core.domain.Port
Export all entities of the bounded domain to the file system as TSV, JSON, TOML, and YAML files.
extended() - Method in record class net.tangly.core.Address
Returns the value of the extended record component.
extended(String) - Method in class net.tangly.core.Address.Builder
 
ExternalEntity - Interface in net.tangly.core
The named interface defines a powerful abstraction for external entities in a domain model.
ExternalEntityImp - Class in net.tangly.core
 
ExternalEntityImp(String) - Constructor for class net.tangly.core.ExternalEntityImp
 

F

find(Class<T>) - Method in class net.tangly.core.TypeRegistry
Return the code type for the provided code class.
find(String, String) - Method in class net.tangly.core.TypeRegistry
Return the tag type describing the requested namespace and name.
find(Tag) - Method in class net.tangly.core.TypeRegistry
Return the tag type describing the tag.
findBy(String) - Method in interface net.tangly.core.HasTags
Find the tag with the given tag identification containing optional namespace and tag name.
findBy(String, String) - Method in interface net.tangly.core.HasTags
Search for a tag with the given namespace and name.
findBy(Function<T, U>, U) - Method in interface net.tangly.core.providers.Provider
Return the first entity which property matches the value.
findByAuthor(String) - Method in interface net.tangly.core.HasComments
Return the comments authored by the given author.
findById(Provider<E>, String) - Static method in interface net.tangly.core.providers.Provider
 
findByNamespace(String) - Method in interface net.tangly.core.HasTags
 
findByOid(Provider<E>, long) - Static method in interface net.tangly.core.providers.Provider
 
findByTag(String, String) - Method in interface net.tangly.core.HasComments
Return the comments having the given tag.
findByTime(LocalDateTime, LocalDateTime) - Method in interface net.tangly.core.HasComments
Return all the comments which creation date is in the closed interval.
findCode(int) - Method in record class net.tangly.core.codes.CodeType
Find the code with the given identifier.
findCode(String) - Method in record class net.tangly.core.codes.CodeType
Find the first code with the given identifier.
firstOnlyUppercase(String) - Static method in class net.tangly.core.Strings
 
from() - Method in record class net.tangly.core.DateRange
Returns the value of the from record component.
from() - Method in record class net.tangly.core.HasDate.IntervalFilter
Returns the value of the from record component.
from() - Method in interface net.tangly.core.HasDateRange
Return the date from when the entity is existing and active.
from() - Method in record class net.tangly.core.HasMutableDate.IntervalFilter
Returns the value of the from record component.
from(LocalDate) - Method in record class net.tangly.core.DateRange
Create a new data range with the given lower bound.
from(LocalDate) - Method in interface net.tangly.core.HasMutableDateRange
Set a new start to the date range.
FROM - Static variable in interface net.tangly.core.HasDateRange
String representation of the property associated with the mixin.
FROM_DATE - Static variable in class net.tangly.core.tsv.TsvHdlCore
 

G

GENERAL_AUDIENCES - Enum constant in enum class net.tangly.core.gravatar.gravatar.GravatarRating
 
GENERAL_AUDIENCES - Enum constant in enum class net.tangly.core.gravatar.GravatarRating
 
GeoPosition(double, double) - Constructor for record class net.tangly.core.HasLocation.GeoPosition
Creates an instance of a GeoPosition record class.
Gravatar - Class in net.tangly.core.gravatar
A gravatar is a dynamic image resource requested from the gravatar.com server.
Gravatar - Class in net.tangly.core.gravatar.gravatar
A gravatar is a dynamic image resource requested from the gravatar.com server.
Gravatar() - Constructor for class net.tangly.core.gravatar.Gravatar
 
Gravatar() - Constructor for class net.tangly.core.gravatar.gravatar.Gravatar
 
GRAVATAR_ICON - Enum constant in enum class net.tangly.core.gravatar.gravatar.GravatarImage
 
GRAVATAR_ICON - Enum constant in enum class net.tangly.core.gravatar.GravatarImage
 
GravatarImage - Enum Class in net.tangly.core.gravatar.gravatar
Defines the official image kinds of the gravatar site.
GravatarImage - Enum Class in net.tangly.core.gravatar
Defines the official image kinds of the gravatar site.
GravatarRating - Enum Class in net.tangly.core.gravatar.gravatar
Defines the official ratings of the gravatar site.
GravatarRating - Enum Class in net.tangly.core.gravatar
Defines the official ratings of the gravatar site.

H

hasAddress() - Method in interface net.tangly.core.HasLocation
 
hasComments() - Method in record class net.tangly.core.domain.DomainEntity
 
HasComments - Interface in net.tangly.core
Defines a mixin and abstracts an entity with comments.
HasDate - Interface in net.tangly.core
Mixin indicating the class has the capability to have a date.
HasDate.IntervalFilter<T> - Record Class in net.tangly.core
 
HasDateRange - Interface in net.tangly.core
Define a mixin with an absolute time range.
HasDateRange.RangeFilter<T> - Record Class in net.tangly.core
Test if the date range is partially inside the date range specified in the filter.
hashCode() - Method in record class net.tangly.core.Address
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.core.BankConnection
Returns a hash code value for this object.
hashCode() - Method in class net.tangly.core.codes.CodeImp
 
hashCode() - Method in record class net.tangly.core.codes.CodeType
Returns a hash code value for this object.
hashCode() - Method in class net.tangly.core.Comment
 
hashCode() - Method in record class net.tangly.core.DateRange.DateFilter
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.core.DateRange
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.core.domain.DomainEntity
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.core.EmailAddress
Returns a hash code value for this object.
hashCode() - Method in class net.tangly.core.EntityExtendedImp
 
hashCode() - Method in class net.tangly.core.ExternalEntityImp
 
hashCode() - Method in record class net.tangly.core.HasDate.IntervalFilter
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.core.HasDateRange.RangeFilter
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.core.HasLocation.GeoPosition
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.core.HasLocation.PlusCode
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.core.HasMutableDate.IntervalFilter
Returns a hash code value for this object.
hashCode() - Method in class net.tangly.core.MutableEntityExtendedImp
 
hashCode() - Method in class net.tangly.core.MutalbeExternalEntityImp
 
hashCode() - Method in record class net.tangly.core.PhoneNr
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.core.Tag
Returns a hash code value for this object.
hashCode() - Method in record class net.tangly.core.TagType
Returns a hash code value for this object.
hasId() - Method in record class net.tangly.core.domain.DomainEntity
 
HasId - Interface in net.tangly.core
Mixin indicating the class has the capability to be uniquely identified through an external object identifier.
HasLocation - Interface in net.tangly.core
Mixin indicating the class has location data.
HasLocation.GeoPosition - Record Class in net.tangly.core
A GIS location indicating with two decimal degree values.
HasLocation.PlusCode - Record Class in net.tangly.core
A Plus code location defined as a Plus Code value.
HasMutableComments - Interface in net.tangly.core
Defines a mixin and abstracts an entity with comments.
HasMutableDate - Interface in net.tangly.core
Mixin indicating the class has the capability to have a date.
HasMutableDate.IntervalFilter<T> - Record Class in net.tangly.core
 
HasMutableDateRange - Interface in net.tangly.core
Define a mixin with an absolute time range.
HasMutableId - Interface in net.tangly.core
Mixin indicating the class has the capability to be uniquely identified through an external object identifier.
HasMutableName - Interface in net.tangly.core
Mixin indicating the class has a name.
HasMutableTags - Interface in net.tangly.core
The interface defines a mixin and abstracts an entity with tags.
HasMutableText - Interface in net.tangly.core
 
HasName - Interface in net.tangly.core
Mixin indicating the class has a name.
hasOid() - Method in record class net.tangly.core.domain.DomainEntity
 
HasOid - Interface in net.tangly.core
Mixin indicating the class has the capability to be uniquely identified through an object identifier.
hasPlusCode() - Method in interface net.tangly.core.HasLocation
 
hasPosition() - Method in interface net.tangly.core.HasLocation
 
hasTags() - Method in record class net.tangly.core.domain.DomainEntity
 
HasTags - Interface in net.tangly.core
The interface defines a mixin and abstracts an entity with readable tags.
HasText - Interface in net.tangly.core
 
hasValue() - Method in record class net.tangly.core.Tag
Return true if the tag has a format otherwise false.
HTTP_404 - Enum constant in enum class net.tangly.core.gravatar.gravatar.GravatarImage
 
HTTP_404 - Enum constant in enum class net.tangly.core.gravatar.GravatarImage
 

I

iban() - Method in record class net.tangly.core.BankConnection
Returns the value of the iban record component.
id() - Method in interface net.tangly.core.codes.Code
Return the unique identifier of a code table entity.
id() - Method in class net.tangly.core.codes.CodeImp
 
id() - Method in class net.tangly.core.EntityExtendedImp
 
id() - Method in class net.tangly.core.ExternalEntityImp
 
id() - Method in interface net.tangly.core.HasId
Return the unique external identifier of the instance.
id() - Method in class net.tangly.core.MutableEntityExtendedImp
 
id() - Method in class net.tangly.core.MutalbeExternalEntityImp
 
id(String) - Method in class net.tangly.core.MutalbeExternalEntityImp
 
id(String) - Method in interface net.tangly.core.HasMutableId
Set the identifier of the instance.
id(String) - Method in class net.tangly.core.MutableEntityExtendedImp
 
ID - Static variable in interface net.tangly.core.HasId
String representation of the property associated with the mixin.
IDENTICON - Enum constant in enum class net.tangly.core.gravatar.gravatar.GravatarImage
 
IDENTICON - Enum constant in enum class net.tangly.core.gravatar.GravatarImage
 
importEntities() - Method in interface net.tangly.core.domain.Port
Import all entities of the bounded domain from the file system.
importEntities(Path, String, BiConsumer<Reader, String>) - Static method in interface net.tangly.core.domain.Port
Import the entities from a resource specified through a path to a folder.
inactiveCodes() - Method in record class net.tangly.core.codes.CodeType
Return all inactive codes defined for the code table.
INFINITE - Static variable in record class net.tangly.core.DateRange
 
init(T, String, String, LocalDate, LocalDate, String) - Static method in class net.tangly.core.EntityExtendedImp
 
init(T, String, String, LocalDate, LocalDate, String) - Static method in class net.tangly.core.MutableEntityExtendedImp
 
institute() - Method in record class net.tangly.core.BankConnection
Returns the value of the institute record component.
interval() - Method in record class net.tangly.core.DateRange.DateFilter
Returns the value of the interval record component.
IntervalFilter(LocalDate, LocalDate) - Constructor for record class net.tangly.core.HasDate.IntervalFilter
Creates an instance of a IntervalFilter record class.
IntervalFilter(LocalDate, LocalDate) - Constructor for record class net.tangly.core.HasMutableDate.IntervalFilter
Creates an instance of a IntervalFilter record class.
isActive() - Method in record class net.tangly.core.DateRange
Return true if the date now is in the time interval of the instance.
isActive() - Method in interface net.tangly.core.HasDateRange
Return true if the date now is in the time range of the instance.
isActive(LocalDate) - Method in record class net.tangly.core.DateRange
Return true if the date is in the time interval of the instance.
isActive(LocalDate) - Method in interface net.tangly.core.HasDateRange
Return true if the date is in the time range of the instance.
isEnabled() - Method in interface net.tangly.core.codes.Code
Return true if the code table instance is enabled.
isEnabled() - Method in class net.tangly.core.codes.CodeImp
 
isInfinite() - Method in record class net.tangly.core.DateRange
Return true if the date range is fully open.
isNullOrBlank(String) - Static method in class net.tangly.core.Strings
 
isNullOrEmpty(String) - Static method in class net.tangly.core.Strings
 
isValid(String) - Static method in record class net.tangly.core.EmailAddress
 
isValid(String) - Static method in record class net.tangly.core.PhoneNr
Validates a phone number using the Google phone library.
items() - Method in interface net.tangly.core.providers.Provider
Return a list containing all known instances of the entity type.
items() - Method in class net.tangly.core.providers.ProviderHasOid
 
items() - Method in class net.tangly.core.providers.ProviderInMemory
 
items() - Method in class net.tangly.core.providers.ProviderPersistence
 
items() - Method in class net.tangly.core.providers.ProviderTransaction
 
items() - Method in class net.tangly.core.providers.ProviderView
 

K

kind() - Method in record class net.tangly.core.TagType
Returns the value of the kind record component.

L

latitude() - Method in record class net.tangly.core.HasLocation.GeoPosition
Returns the value of the latitude record component.
LOCALE - Static variable in class net.tangly.core.tsv.TsvHdlCore
 
locality() - Method in record class net.tangly.core.Address
Returns the value of the locality record component.
locality(String) - Method in class net.tangly.core.Address.Builder
 
logic() - Method in class net.tangly.core.domain.BoundedDomain
 
longitude() - Method in record class net.tangly.core.HasLocation.GeoPosition
Returns the value of the longitude record component.

M

MANDATORY - Enum constant in enum class net.tangly.core.TagType.ValueKinds
 
maxOid(List<T>) - Static method in interface net.tangly.core.domain.Realm
 
maxOid(Provider<T>) - Static method in interface net.tangly.core.domain.Realm
 
Mixins - Search tag in package net.tangly.core
Section
MONSTERID - Enum constant in enum class net.tangly.core.gravatar.gravatar.GravatarImage
 
MONSTERID - Enum constant in enum class net.tangly.core.gravatar.GravatarImage
 
mustHaveValue() - Method in record class net.tangly.core.TagType
 
MutableEntity - Interface in net.tangly.core
The named interface defines a powerful abstraction for entities of a domain model.
MutableEntityExtended - Interface in net.tangly.core
The named interface defines a powerful abstraction for entities of a domain model.
MutableEntityExtendedImp - Class in net.tangly.core
Default implementation of the MutableEntityExtended interface.
MutableEntityExtendedImp(long) - Constructor for class net.tangly.core.MutableEntityExtendedImp
 
MutableExternalEntity - Interface in net.tangly.core
The named interface defines a powerful abstraction for external entities in a domain model.
MutalbeExternalEntityImp - Class in net.tangly.core
 
MutalbeExternalEntityImp(String) - Constructor for class net.tangly.core.MutalbeExternalEntityImp
 

N

name() - Method in class net.tangly.core.domain.BoundedDomain
 
name() - Method in record class net.tangly.core.domain.DomainEntity
 
name() - Method in class net.tangly.core.EntityExtendedImp
 
name() - Method in class net.tangly.core.ExternalEntityImp
 
name() - Method in interface net.tangly.core.HasName
 
name() - Method in class net.tangly.core.MutableEntityExtendedImp
 
name() - Method in class net.tangly.core.MutalbeExternalEntityImp
 
name() - Method in record class net.tangly.core.Tag
Returns the value of the name record component.
name() - Method in record class net.tangly.core.TagType
Returns the value of the name record component.
name(String) - Static method in record class net.tangly.core.Tag
 
name(String) - Method in interface net.tangly.core.HasMutableName
 
name(String) - Method in class net.tangly.core.MutableEntityExtendedImp
 
name(String) - Method in class net.tangly.core.MutalbeExternalEntityImp
 
NAME - Static variable in interface net.tangly.core.HasMutableName
String representation of the property associated with the mixin.
NAME - Static variable in interface net.tangly.core.HasName
String representation of the property associated with the mixin.
NAME - Static variable in class net.tangly.core.tsv.TsvHdlCore
 
namespace() - Method in record class net.tangly.core.Tag
Returns the value of the namespace record component.
namespace() - Method in record class net.tangly.core.TagType
Returns the value of the namespace record component.
namespace(String) - Static method in record class net.tangly.core.Tag
 
namespaces() - Method in class net.tangly.core.TypeRegistry
Return all the namespaces registered.
net.tangly.core - package net.tangly.core
Provides core abstractions used in any commercial application.
net.tangly.core.codes - package net.tangly.core.codes
Defines dynamic enumeration values representing a code table and provides strong typing in the business models using them.
net.tangly.core.domain - package net.tangly.core.domain
The package defines the core abstractions for a bounded domain implementation.
net.tangly.core.gravatar - package net.tangly.core.gravatar
Support for retrieving gravatar images is provided through this package.
net.tangly.core.gravatar.gravatar - package net.tangly.core.gravatar.gravatar
Support for retrieving gravatar images is provided through this package.
net.tangly.core.providers - package net.tangly.core.providers
Provides the provider abstraction to handle a list of items.
net.tangly.core.tsv - package net.tangly.core.tsv
 
net.tangly.core.validation - package net.tangly.core.validation
 
NONE - Enum constant in enum class net.tangly.core.TagType.ValueKinds
 
normalizeToNull(String) - Static method in class net.tangly.core.Strings
 
nullToEmpty(String) - Static method in class net.tangly.core.Strings
 
number() - Method in record class net.tangly.core.PhoneNr
Returns the value of the number record component.

O

of() - Static method in class net.tangly.core.providers.ProviderInMemory
 
of(double, double) - Static method in record class net.tangly.core.HasLocation.GeoPosition
 
of(Iterable<? extends T>) - Static method in class net.tangly.core.providers.ProviderInMemory
 
of(String) - Static method in record class net.tangly.core.Address
Build an address object from a comma separated string representation.
of(String) - Static method in record class net.tangly.core.BankConnection
Build a bank connection object from a comma separated string representation.
of(String) - Static method in record class net.tangly.core.PhoneNr
Factory method to of a new phone number.
of(String, String, Tag...) - Static method in class net.tangly.core.Comment
Factory method to update a new comment.
of(String, String) - Static method in record class net.tangly.core.Tag
 
of(String, String, String) - Static method in record class net.tangly.core.BankConnection
Factory method to construct a bank connection.
of(Class<E>) - Static method in record class net.tangly.core.codes.CodeType
Builder for a reference code implemented as an enumeration.
of(Class<E>, List<E>) - Static method in record class net.tangly.core.codes.CodeType
Builder for a reference code implemented as a Java class.
of(String) - Static method in record class net.tangly.core.EmailAddress
 
of(String) - Static method in record class net.tangly.core.HasLocation.PlusCode
 
of(String) - Method in record class net.tangly.core.TagType
 
of(String, String, String) - Static method in record class net.tangly.core.Tag
 
of(String, String, TagType.ValueKinds, Class<T>, Function<String, T>) - Static method in record class net.tangly.core.TagType
 
of(String, String, TagType.ValueKinds, Class<T>, Function<String, T>, BiPredicate<TagType<T>, T>) - Static method in record class net.tangly.core.TagType
 
of(LocalDateTime, String, String) - Static method in class net.tangly.core.Comment
Factory method to update a new comment.
of(LocalDateTime, String, String, Tag...) - Static method in class net.tangly.core.Comment
Factory method to update a new comment.
of(LocalDate, LocalDate) - Static method in record class net.tangly.core.DateRange
Factory method.
of(IdGenerator) - Static method in class net.tangly.core.providers.ProviderHasOid
 
of(IdGenerator, Iterable<T>) - Static method in class net.tangly.core.providers.ProviderHasOid
 
of(IdGenerator, EmbeddedStorageManager, List<T>) - Static method in class net.tangly.core.providers.ProviderHasOid
 
of(Provider<T>) - Static method in class net.tangly.core.providers.ProviderView
 
of(Provider<T>, Predicate<T>) - Static method in class net.tangly.core.providers.ProviderView
 
of(EmbeddedStorageManager, List<T>) - Static method in class net.tangly.core.providers.ProviderPersistence
 
of(T) - Method in record class net.tangly.core.TagType
Creates a tag with the given value using the tag type configuration.
ofAddress(CSVRecord) - Static method in class net.tangly.core.tsv.TsvHdlCore
 
ofDate(CSVRecord, String) - Static method in class net.tangly.core.tsv.TsvHdlCore
 
ofEmpty(String) - Static method in record class net.tangly.core.Tag
 
ofEmpty(String, String) - Static method in record class net.tangly.core.Tag
 
ofMandatory(String, String, Class<T>, Function<String, T>) - Static method in record class net.tangly.core.TagType
 
ofMandatory(String, String, Class<T>, Function<String, T>, BiPredicate<TagType<T>, T>) - Static method in record class net.tangly.core.TagType
 
ofMandatoryString(String, String) - Static method in record class net.tangly.core.TagType
 
ofOptionalString(String, String) - Static method in record class net.tangly.core.TagType
 
ofString(String, String, TagType.ValueKinds, BiPredicate<TagType<String>, String>) - Static method in record class net.tangly.core.TagType
 
ofWithNoValue(String, String) - Static method in record class net.tangly.core.TagType
 
oid() - Method in class net.tangly.core.EntityExtendedImp
 
oid() - Method in interface net.tangly.core.HasOid
Return the unique internal identifier of the instance.
oid() - Method in class net.tangly.core.MutableEntityExtendedImp
 
OID - Static variable in interface net.tangly.core.HasOid
String representation of the property associated with the mixin.
OPTIONAL - Enum constant in enum class net.tangly.core.TagType.ValueKinds
 

P

PARENTAL_GUIDANCE_SUGGESTED - Enum constant in enum class net.tangly.core.gravatar.gravatar.GravatarRating
 
PARENTAL_GUIDANCE_SUGGESTED - Enum constant in enum class net.tangly.core.gravatar.GravatarRating
 
parse(String) - Static method in record class net.tangly.core.Tag
 
PATTERN - Static variable in interface net.tangly.core.domain.Port
 
PhoneNr - Record Class in net.tangly.core
Represents an immutable phone number as a canonical string.
PhoneNr(String) - Constructor for record class net.tangly.core.PhoneNr
Creates an instance of a PhoneNr record class.
plusCode() - Method in interface net.tangly.core.HasLocation
 
PlusCode(String) - Constructor for record class net.tangly.core.HasLocation.PlusCode
Creates an instance of a PlusCode record class.
poBox() - Method in record class net.tangly.core.Address
Returns the value of the poBox record component.
poBox(String) - Method in class net.tangly.core.Address.Builder
 
port() - Method in class net.tangly.core.domain.BoundedDomain
 
Port<R> - Interface in net.tangly.core.domain
Define the inbound and outbound communication port to the bounded domain.
position() - Method in interface net.tangly.core.HasLocation
 
postcode() - Method in record class net.tangly.core.Address
Returns the value of the postcode record component.
postcode(String) - Method in class net.tangly.core.Address.Builder
 
predicate(Predicate<T>) - Method in class net.tangly.core.providers.ProviderView
 
provider() - Method in record class net.tangly.core.domain.DomainEntity
Returns the value of the provider record component.
Provider<T> - Interface in net.tangly.core.providers
Define the provider abstraction responsible for handling instances of a specific type.
ProviderHasOid<T> - Class in net.tangly.core.providers
The class is a decorator for a provider with entities having a unique object identifier which should be handled through the provider.
ProviderHasOid(IdGenerator, Provider<T>) - Constructor for class net.tangly.core.providers.ProviderHasOid
 
ProviderInMemory<T> - Class in net.tangly.core.providers
Provider where all instances are in memory.
ProviderInMemory() - Constructor for class net.tangly.core.providers.ProviderInMemory
 
ProviderPersistence<T> - Class in net.tangly.core.providers
Provider where all instances are cached in memory and persisted onto the file system or a database.
ProviderPersistence(EmbeddedStorageManager, List<T>) - Constructor for class net.tangly.core.providers.ProviderPersistence
 
ProviderTransaction<T> - Class in net.tangly.core.providers
 
ProviderTransaction(Provider<T>) - Constructor for class net.tangly.core.providers.ProviderTransaction
 
ProviderView<T> - Class in net.tangly.core.providers
Define a filtered view on an underlying provider.
ProviderView(Provider<T>, Predicate<T>) - Constructor for class net.tangly.core.providers.ProviderView
 

R

range() - Method in class net.tangly.core.EntityExtendedImp
 
range() - Method in interface net.tangly.core.HasDateRange
Return the range of the mixin.
range() - Method in record class net.tangly.core.HasDateRange.RangeFilter
Returns the value of the range record component.
range() - Method in class net.tangly.core.MutableEntityExtendedImp
 
range(DateRange) - Method in class net.tangly.core.MutableEntityExtendedImp
 
range(DateRange) - Method in interface net.tangly.core.HasMutableDateRange
 
RangeFilter(LocalDate, LocalDate) - Constructor for record class net.tangly.core.HasDateRange.RangeFilter
 
RangeFilter(DateRange) - Constructor for record class net.tangly.core.HasDateRange.RangeFilter
Creates an instance of a RangeFilter record class.
rawTags() - Method in interface net.tangly.core.HasTags
Return the collection of tags as a canonical string representation.
rawTags(String) - Method in interface net.tangly.core.HasMutableTags
Set the tags using the canonical string representation.
realm() - Method in class net.tangly.core.domain.BoundedDomain
 
realm() - Method in interface net.tangly.core.domain.Port
Return the realm containing all the entities of the bounded domain.
Realm - Interface in net.tangly.core.domain
The realm is responsible for the handling of entities and value objects part of the domain model.
recipient() - Method in record class net.tangly.core.EmailAddress
Returns the value of the recipient record component.
region() - Method in record class net.tangly.core.Address
Returns the value of the region record component.
region(String) - Method in class net.tangly.core.Address.Builder
 
register(TagType<?>) - Method in class net.tangly.core.TypeRegistry
Register a tag type.
register(CodeType<T>) - Method in class net.tangly.core.TypeRegistry
Register a code type to the registry.
registry() - Method in class net.tangly.core.domain.BoundedDomain
 
remove(Comment) - Method in interface net.tangly.core.HasMutableComments
Remove the given comment from the list of comments.
remove(Comment) - Method in class net.tangly.core.MutableEntityExtendedImp
 
remove(Comment) - Method in class net.tangly.core.MutalbeExternalEntityImp
 
remove(Tag) - Method in class net.tangly.core.Comment
 
remove(Tag) - Method in interface net.tangly.core.HasMutableTags
Remove the tag from the collection of tags.
remove(Tag) - Method in class net.tangly.core.MutableEntityExtendedImp
 
remove(Tag) - Method in class net.tangly.core.MutalbeExternalEntityImp
 
removeTagNamed(String) - Method in interface net.tangly.core.HasMutableTags
Remove the tag with the given tag identification containing optional namespace and tag name.
replace(T, T) - Method in interface net.tangly.core.providers.Provider
Replace an existing value with a new one.
resolvePath(Path, int, String) - Static method in interface net.tangly.core.domain.Port
 
resolvePath(Path, String) - Static method in interface net.tangly.core.domain.Port
Resolve the path to where a document should be located in the file system.
RESTRICTED - Enum constant in enum class net.tangly.core.gravatar.gravatar.GravatarRating
 
RESTRICTED - Enum constant in enum class net.tangly.core.gravatar.GravatarRating
 

S

setOid(T, long) - Static method in interface net.tangly.core.domain.Realm
 
shutdown() - Method in class net.tangly.core.domain.BoundedDomain
 
startup() - Method in class net.tangly.core.domain.BoundedDomain
 
street() - Method in record class net.tangly.core.Address
Returns the value of the street record component.
street(String) - Method in class net.tangly.core.Address.Builder
 
Strings - Class in net.tangly.core
String utility class until the official API supports these operations.

T

Tag - Record Class in net.tangly.core
The immutable class tag models a tag with a name and a format.
Tag(String, String, String) - Constructor for record class net.tangly.core.Tag
Creates an instance of a Tag record class.
tagNamesForNamespace(String) - Method in class net.tangly.core.TypeRegistry
 
tags() - Method in class net.tangly.core.Comment
 
tags() - Method in class net.tangly.core.EntityExtendedImp
 
tags() - Method in class net.tangly.core.ExternalEntityImp
 
tags() - Method in interface net.tangly.core.HasTags
Return the collection of tags for the entity.
tags() - Method in class net.tangly.core.MutableEntityExtendedImp
 
tags() - Method in class net.tangly.core.MutalbeExternalEntityImp
 
tags(Collection<Tag>) - Method in class net.tangly.core.Comment
 
tags(Collection<Tag>) - Method in class net.tangly.core.ExternalEntityImp
 
tags(Collection<Tag>) - Method in interface net.tangly.core.HasMutableTags
Set the new collection of tags for the entity.
tags(Collection<Tag>) - Method in class net.tangly.core.MutableEntityExtendedImp
 
tags(Collection<Tag>) - Method in class net.tangly.core.MutalbeExternalEntityImp
 
tagsCount() - Method in record class net.tangly.core.domain.DomainEntity
 
TagType<T> - Record Class in net.tangly.core
Implements the conceptual type for a set of related tags, all the same class.
TagType(String, String, TagType.ValueKinds, Class<T>, Function<String, T>, BiPredicate<TagType<T>, T>) - Constructor for record class net.tangly.core.TagType
Creates an instance of a TagType record class.
TagType.ValueKinds - Enum Class in net.tangly.core
Indicates if the tag requires no value, an optional value, or a mandatory one.
tagTypes() - Method in class net.tangly.core.TypeRegistry
 
test(LocalDate) - Method in record class net.tangly.core.DateRange.DateFilter
 
test(T) - Method in record class net.tangly.core.HasDate.IntervalFilter
 
test(T) - Method in record class net.tangly.core.HasDateRange.RangeFilter
 
test(T) - Method in record class net.tangly.core.HasMutableDate.IntervalFilter
 
text() - Method in record class net.tangly.core.Address
Return a comma-separated representation of an address.
text() - Method in record class net.tangly.core.BankConnection
Return a comma-separated representation of a bank connection.
text() - Method in class net.tangly.core.Comment
Return the text of the comment.
text() - Method in record class net.tangly.core.EmailAddress
Return a text representation of an email address.
text() - Method in class net.tangly.core.EntityExtendedImp
 
text() - Method in class net.tangly.core.ExternalEntityImp
 
text() - Method in interface net.tangly.core.HasText
Return the human-readable text description of the instance.
text() - Method in class net.tangly.core.MutableEntityExtendedImp
 
text() - Method in class net.tangly.core.MutalbeExternalEntityImp
 
text() - Method in record class net.tangly.core.Tag
 
text(String) - Method in interface net.tangly.core.HasMutableText
Set the text description of the entity.
text(String) - Method in class net.tangly.core.MutableEntityExtendedImp
 
text(String) - Method in class net.tangly.core.MutalbeExternalEntityImp
 
text(Collection<Tag>) - Static method in record class net.tangly.core.Tag
Transforms a collection of tags into their canonical textual representation.
TEXT - Static variable in interface net.tangly.core.HasText
String representation of the property associated with the mixin.
TEXT - Static variable in class net.tangly.core.tsv.TsvHdlCore
 
to() - Method in record class net.tangly.core.DateRange
Returns the value of the to record component.
to() - Method in record class net.tangly.core.HasDate.IntervalFilter
Returns the value of the to record component.
to() - Method in interface net.tangly.core.HasDateRange
Return the date until when the entity is existing and active.
to() - Method in record class net.tangly.core.HasMutableDate.IntervalFilter
Returns the value of the to record component.
to(LocalDate) - Method in record class net.tangly.core.DateRange
Create a new data range with the given upper bound.
to(LocalDate) - Method in interface net.tangly.core.HasMutableDateRange
Set a new end to the date range.
TO - Static variable in interface net.tangly.core.HasDateRange
String representation of the property associated with the mixin.
TO_DATE - Static variable in class net.tangly.core.tsv.TsvHdlCore
 
toString() - Method in record class net.tangly.core.Address
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.BankConnection
Returns a string representation of this record class.
toString() - Method in class net.tangly.core.codes.CodeImp
 
toString() - Method in record class net.tangly.core.codes.CodeType
Returns a string representation of this record class.
toString() - Method in class net.tangly.core.Comment
 
toString() - Method in record class net.tangly.core.DateRange.DateFilter
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.DateRange
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.domain.DomainEntity
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.EmailAddress
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.HasDate.IntervalFilter
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.HasDateRange.RangeFilter
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.HasLocation.GeoPosition
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.HasLocation.PlusCode
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.HasMutableDate.IntervalFilter
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.PhoneNr
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.Tag
Returns a string representation of this record class.
toString() - Method in record class net.tangly.core.TagType
Returns a string representation of this record class.
toTags(String) - Static method in record class net.tangly.core.Tag
Transforms raw tags textual representation into a set of tags
trim(String) - Static method in class net.tangly.core.Strings
 
TsvHdlCore - Class in net.tangly.core.tsv
 
TypeRegistry - Class in net.tangly.core
Registry of tag types defined for a domain model.
TypeRegistry() - Constructor for class net.tangly.core.TypeRegistry
 

U

UNDEFINED_OID - Static variable in interface net.tangly.core.HasOid
Placeholder to identify an illegal or undefined internal identifier.
update(String, String) - Method in interface net.tangly.core.HasMutableTags
Replace or inserts the given tag.
update(Tag) - Method in interface net.tangly.core.HasMutableTags
Replace or insert the given tag.
update(T) - Method in interface net.tangly.core.providers.Provider
Update the data associated with the entity.
update(T) - Method in class net.tangly.core.providers.ProviderHasOid
 
update(T) - Method in class net.tangly.core.providers.ProviderInMemory
 
update(T) - Method in class net.tangly.core.providers.ProviderPersistence
 
update(T) - Method in class net.tangly.core.providers.ProviderTransaction
 
update(T) - Method in class net.tangly.core.providers.ProviderView
 
updateAll(Iterable<? extends T>) - Method in interface net.tangly.core.providers.Provider
Update the data associated with all entities.
updateAll(Iterable<? extends T>) - Method in class net.tangly.core.providers.ProviderPersistence
 

V

validate() - Method in interface net.tangly.core.Entity
Check if the entity is consistent based on the field values and business rules.
validate() - Method in interface net.tangly.core.MutableEntity
Check if the entity is consistent based on the field values and business rules.
validate() - Method in record class net.tangly.core.TagType
Returns the value of the validate record component.
validate(String) - Method in record class net.tangly.core.TagType
 
validateBic(String) - Static method in record class net.tangly.core.BankConnection
Validate a string representing a formatted bic number.
validateIban(String) - Static method in record class net.tangly.core.BankConnection
Validate a string representing a formatted iban number.
value() - Method in record class net.tangly.core.Tag
Returns the value of the value record component.
value(String) - Method in interface net.tangly.core.HasTags
Return the value of the tag with the given qualified tag name.
value(String) - Static method in record class net.tangly.core.Tag
 
value(Tag) - Method in record class net.tangly.core.TagType
Transforms a tag string value into a Java object.
valueOf(String) - Static method in enum class net.tangly.core.gravatar.gravatar.GravatarImage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.tangly.core.gravatar.gravatar.GravatarRating
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.tangly.core.gravatar.GravatarImage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.tangly.core.gravatar.GravatarRating
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.tangly.core.TagType.ValueKinds
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.tangly.core.gravatar.gravatar.GravatarImage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.tangly.core.gravatar.gravatar.GravatarRating
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.tangly.core.gravatar.GravatarImage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.tangly.core.gravatar.GravatarRating
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.tangly.core.TagType.ValueKinds
Returns an array containing the constants of this enum class, in the order they are declared.

W

WAVATAR - Enum constant in enum class net.tangly.core.gravatar.gravatar.GravatarImage
 
WAVATAR - Enum constant in enum class net.tangly.core.gravatar.GravatarImage
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form