|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentifierDomain | |
---|---|
com.mirth.match.ejb.inex |
Uses of IdentifierDomain in com.mirth.match.ejb.inex |
---|
Fields in com.mirth.match.ejb.inex declared as IdentifierDomain | |
---|---|
protected IdentifierDomain |
Entity.identifierDomain
|
Fields in com.mirth.match.ejb.inex with type parameters of type IdentifierDomain | |
---|---|
protected java.util.List<IdentifierDomain> |
Facility.domainIdentifiers
|
protected java.util.List<IdentifierDomain> |
DomainGroup.identifierDomains
|
protected java.util.List<IdentifierDomain> |
EntityDomain.identifierDomains
|
Methods in com.mirth.match.ejb.inex that return IdentifierDomain | |
---|---|
IdentifierDomain |
ObjectFactory.createIdentifierDomain()
Create an instance of IdentifierDomain |
IdentifierDomain |
Entity.getIdentifierDomain()
Gets the value of the identifierDomain property. |
Methods in com.mirth.match.ejb.inex that return types with arguments of type IdentifierDomain | |
---|---|
java.util.List<IdentifierDomain> |
Facility.getDomainIdentifiers()
Gets the value of the domainIdentifiers property. |
java.util.List<IdentifierDomain> |
DomainGroup.getIdentifierDomains()
Gets the value of the identifierDomains property. |
java.util.List<IdentifierDomain> |
EntityDomain.getIdentifierDomains()
Gets the value of the identifierDomains property. |
Methods in com.mirth.match.ejb.inex with parameters of type IdentifierDomain | |
---|---|
void |
Entity.setIdentifierDomain(IdentifierDomain value)
Sets the value of the identifierDomain property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |