public class EmbeddedNetworkParentName extends Lookup implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
code, description, number, subDescription
Modifier and Type | Method and Description |
---|---|
static boolean |
contains(java.lang.String network)
Given a network code it will return true or false depending if the participant exists
|
static java.util.List<EmbeddedNetworkParentName> |
getList()
The static classes are used to define and retrieve enumerations from the database.
|
static EmbeddedNetworkParentName |
getNetwork(java.lang.String network)
Given a network code it will return the embedded network object representing the code
|
checkResult
compareTo, contains, equals, getCode, getDescription, getEnumeration, getNumber, getSubDescription, toString
public static java.util.List<EmbeddedNetworkParentName> getList() throws UnableToLookupResourceException
UnableToLookupResourceException
- if the database is not accessiblepublic static EmbeddedNetworkParentName getNetwork(java.lang.String network) throws UnableToLookupResourceException
network
- the network to look upUnableToLookupResourceException
- if the database is not accessiblepublic static boolean contains(java.lang.String network) throws UnableToLookupResourceException
network
- the network to look upUnableToLookupResourceException
- if the database is not accessible