Epc |
The EpcClass type exposes the following members.
Name | Description | |
---|---|---|
![]() | Components |
Returns the components that comprise this EpcClass.
Each component is one of the dot-delimited strings following
the prefix of the URI, with any %xx
escape sequences replaced by the corresponding character.
If c is an EpcClass instance, then Epc.fromComponents(c.getEpcScheme(), c.getComponents()) returns an EpcClass instance that is equal to c. Example: the getComponents method for EPC URI urn:epc:idpat:sgtin:0614141.112345.* returns an array containing the strings "0614141" and "112345". |
![]() | EpcClassScheme | Returns the EPC Class scheme of this EPC. |
![]() | EpcClassUri | Returns the EPC Class URI corresponding to this EPC Class. |