Uses of Class
eu.de4a.iem.model.EDE4AIdentifierType
-
Packages that use EDE4AIdentifierType Package Description eu.de4a.iem.model -
-
Uses of EDE4AIdentifierType in eu.de4a.iem.model
Methods in eu.de4a.iem.model that return EDE4AIdentifierType Modifier and Type Method Description static EDE4AIdentifierTypeEDE4AIdentifierType. getFromIDOrNull(String sID)static EDE4AIdentifierTypeEDE4AIdentifierType. valueOf(String name)Returns the enum constant of this type with the specified name.static EDE4AIdentifierType[]EDE4AIdentifierType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.de4a.iem.model with parameters of type EDE4AIdentifierType Modifier and Type Method Description AgentPojo.BuilderAgentPojo.Builder. idSchemeID(EDE4AIdentifierType e)BusinessPojo.BuilderBusinessPojo.Builder. idSchemeID(EDE4AIdentifierType e)PersonPojo.BuilderPersonPojo.Builder. idSchemeID(EDE4AIdentifierType e)BusinessPojo.BuilderBusinessPojo.Builder. legalIDSchemeID(EDE4AIdentifierType e)
-