org.jdiameter.client.impl.helpers
Class Ordinal

java.lang.Object
  extended by org.jdiameter.client.impl.helpers.Ordinal
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExtensionPoint, Loggers, Parameters

public abstract class Ordinal
extends java.lang.Object
implements java.io.Serializable

This class provide ordinality properies to childs

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
protected  int ordinal
           
 
Constructor Summary
Ordinal()
           
 
Method Summary
 java.lang.String name()
          Return name of element
 int ordinal()
          Return id of element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

ordinal

protected int ordinal
Constructor Detail

Ordinal

public Ordinal()
Method Detail

name

public java.lang.String name()
Return name of element

Returns:
name of element

ordinal

public int ordinal()
Return id of element

Returns:
id of element


Copyright © 2008. All Rights Reserved.