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 NID
BarcodeURNFactory. 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 NID
FileURNProvider. getNID()
Gets the Naming IDentifier of the provider.NID
ImageURNProvider. 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 NID
NID. from(java.lang.String nid)
Looks up aNID
Namespace IDentifier from a case sensitive string.NID
IURNProvider. getNID()
Gets the Naming IDentifier of the provider.static NID
NID. 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 IURNProvider
URNFactory. 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 NID
FileURNFactory. 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 NID
ImageURNFactory. 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 NID
SVG_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 NID
URL_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 NID
UserProfileImageURNFactory. nid
ThePROFILE_IMAGE
.static NID
UserProfileStringURNFactory. nid
ThePROFILE_STRING
.Methods in com.iizix.urn.user that return NID Modifier and Type Method Description NID
UserProfileImageURNFactory. getNID()
Gets the Naming IDentifier of the provider.NID
UserProfileStringURNFactory. getNID()
Gets the Naming IDentifier of the provider.