org.apache.qpid.console
Class Util

java.lang.Object
  extended by org.apache.qpid.console.Util

public class Util
extends Object


Constructor Summary
protected Util()
           
 
Method Summary
static String accessName(int type)
           
static String byteString(byte[] bytes)
           
static Object defaultValue(short type)
           
static short qmfType(Object obj)
           
static String typeName(short type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

protected Util()
Method Detail

accessName

public static String accessName(int type)

byteString

public static String byteString(byte[] bytes)

defaultValue

public static Object defaultValue(short type)

qmfType

public static short qmfType(Object obj)

typeName

public static String typeName(short type)


Licensed to the Apache Software Foundation