hp.telephony.media
Class VSymbol

java.lang.Object
  extended byhp.telephony.media.Symbol
      extended byhp.telephony.media.VSymbol

public class VSymbol
extends Symbol

VSymbol is a Symbol class for format==1, S100-R2 vendor defined Symbols.

The internal numeric value of a VSymbol is partitioned into fields:
Format (2 LSBs), and for format = 01:
Vendor (next 10 LSBs), Object (next 10 LSBs), ItemName (top 10 bits)

Server and Resource vendors can use this class, and their [ECTF] defined vendor ID to create unique Symbols. Print strings may be registered or a new toString() method may be used to provide readable print strings.

Since:
OCMP 2.0

Methods inherited from class hp.telephony.media.Symbol
equals, getSymbol, getSymbol, hashCode, loadSymbolNames, saveSymbolNames, setName, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait