de.dante.extex.interpreter.primitives.pdftex.util.id
Class NumIdSpec

java.lang.Object
  extended byde.dante.extex.interpreter.primitives.pdftex.util.id.IdSpec
      extended byde.dante.extex.interpreter.primitives.pdftex.util.id.NumIdSpec

public class NumIdSpec
extends IdSpec

This class carries an id based on a number.

Version:
$Revision: 1.2 $
Author:
Gerd Neugebauer

Constructor Summary
NumIdSpec(long num)
          Creates a new object.
 
Method Summary
 long getNum()
          Getter for the number.
 java.lang.String toString()
           
 
Methods inherited from class de.dante.extex.interpreter.primitives.pdftex.util.id.IdSpec
parseIdSpec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumIdSpec

public NumIdSpec(long num)
Creates a new object.

Parameters:
num - the num
Method Detail

getNum

public long getNum()
Getter for the number.

Returns:
the number

toString

public java.lang.String toString()
See Also:
Object.toString()