Uses of Enum Class
com.iizix.urn.NID
Packages that use NID
Package
Description
Uses of NID in com.iizix.barcode
Methods in com.iizix.barcode that return NIDUses of NID in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that return NIDUses of NID in com.iizix.urn
Methods in com.iizix.urn that return NIDModifier and TypeMethodDescriptionstatic NID
Looks up aNID
Namespace IDentifier from a case sensitive string.IURNProvider.getNID()
Gets the Naming IDentifier of the provider.static NID
Returns the enum constant of this class with the specified name.static NID[]
NID.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.urn with parameters of type NIDModifier and TypeMethodDescriptionURNFactory.getProvider
(NID nid) Gets the service provider for the specified name.Constructors in com.iizix.urn with parameters of type NIDModifierConstructorDescriptionNIDException
(String message, String urn, NID nid) Constructs the exception with the URN string.NIDException
(String message, String urn, NID nid, 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 NIDUses of NID in com.iizix.urn.image
Methods in com.iizix.urn.image that return NIDUses of NID in com.iizix.urn.svg
Methods in com.iizix.urn.svg that return NIDUses of NID in com.iizix.urn.url
Methods in com.iizix.urn.url that return NIDUses of NID in com.iizix.urn.user
Fields in com.iizix.urn.user declared as NIDModifier and TypeFieldDescriptionstatic final NID
UserProfileImageURNFactory.nid
ThePROFILE_IMAGE
.static final NID
UserProfileStringURNFactory.nid
ThePROFILE_STRING
.Methods in com.iizix.urn.user that return NID