Epc Properties |
The Epc type exposes the following members.
Name | Description | |
---|---|---|
![]() | Components |
Returns the components that comprise this Epc.
Each component is one of the dot-delimited strings following
the urn:epc:id: prefix of the URI, with any %xx
escape sequences replaced by the corresponding character.
If e is an Epc instance, then Epc.fromComponents(e.getEpcScheme(), e.getComponents()) returns an Epc instance that is equal to e. Example: the getComponents method for EPC URI urn:epc:id:sgtin:0614141.112345.a%2Fb returns an array containing the strings "0614141", "112345", and "a/b". |
![]() | EpcScheme | Returns the EPC scheme of this EPC. |
![]() | EpcUri | Returns the pure identity EPC URI corresponding to this EPC. |