Uses of Enum Class
com.iizix.urn.NID
Package
Description
Uses of NID in com.iizix.barcode
Uses of NID in com.iizix.server.wsfile
Uses of NID in com.iizix.urn
Modifier 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.Modifier and TypeMethodDescriptionURNFactory.getProvider
(NID nid) Gets the service provider for the specified name.ModifierConstructorDescriptionNIDException
(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
Uses of NID in com.iizix.urn.image
Uses of NID in com.iizix.urn.svg
Uses of NID in com.iizix.urn.url
Uses of NID in com.iizix.urn.user
Modifier and TypeFieldDescriptionstatic final NID
UserProfileImageURNFactory.nid
ThePROFILE_IMAGE
.static final NID
UserProfileStringURNFactory.nid
ThePROFILE_STRING
.