Uses of Class
com.iizix.urn.NID
Packages that use NID Package Description com.iizix.barcode com.iizix.server.wsfile com.iizix.urn com.iizix.urn.file com.iizix.urn.image com.iizix.urn.svg com.iizix.urn.url com.iizix.urn.user Uses of NID in com.iizix.barcode
Methods in com.iizix.barcode that return NID Modifier and Type Method Description NIDBarcodeURNFactory. getNID()Gets the Naming IDentifier of the provider.Uses of NID in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that return NID Modifier and Type Method Description NIDFileURNProvider. getNID()Gets the Naming IDentifier of the provider.NIDImageURNProvider. getNID()Gets the Naming IDentifier of the provider.Uses of NID in com.iizix.urn
Methods in com.iizix.urn that return NID Modifier and Type Method Description static NIDNID. from(java.lang.String nid)Looks up aNIDNamespace IDentifier from a case sensitive string.NIDIURNProvider. getNID()Gets the Naming IDentifier of the provider.static NIDNID. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NID[]NID. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.urn with parameters of type NID Modifier and Type Method Description IURNProviderURNFactory. getProvider(NID nid)Gets the service provider for the specified name.Constructors in com.iizix.urn with parameters of type NID Constructor Description NIDException(java.lang.String message, java.lang.String urn, NID nid)Constructs the exception with the URN string.NIDException(java.lang.String message, java.lang.String urn, NID nid, java.lang.Throwable cause)Constructs the exception with the URN string.Uses of NID in com.iizix.urn.file
Methods in com.iizix.urn.file that return NID Modifier and Type Method Description NIDFileURNFactory. getNID()Gets the Naming IDentifier of the provider.Uses of NID in com.iizix.urn.image
Methods in com.iizix.urn.image that return NID Modifier and Type Method Description NIDImageURNFactory. getNID()Gets the Naming IDentifier of the provider.Uses of NID in com.iizix.urn.svg
Methods in com.iizix.urn.svg that return NID Modifier and Type Method Description NIDSVG_URNFactory. getNID()Gets the Naming IDentifier of the provider.Uses of NID in com.iizix.urn.url
Methods in com.iizix.urn.url that return NID Modifier and Type Method Description NIDURL_URNFactory. getNID()Gets the Naming IDentifier of the provider.Uses of NID in com.iizix.urn.user
Fields in com.iizix.urn.user declared as NID Modifier and Type Field Description static NIDUserProfileImageURNFactory. nidThePROFILE_IMAGE.static NIDUserProfileStringURNFactory. nidThePROFILE_STRING.Methods in com.iizix.urn.user that return NID Modifier and Type Method Description NIDUserProfileImageURNFactory. getNID()Gets the Naming IDentifier of the provider.NIDUserProfileStringURNFactory. getNID()Gets the Naming IDentifier of the provider.