Uses of Class
org.apache.qpid.management.domain.model.type.Type

Packages that use Type
org.apache.qpid.management.configuration   
org.apache.qpid.management.domain.model   
org.apache.qpid.management.domain.model.type   
 

Uses of Type in org.apache.qpid.management.configuration
 

Fields in org.apache.qpid.management.configuration with type parameters of type Type
(package private)  Map<Integer,Type> Configuration._typeMappings
           
(package private)  Map<Type,String> Configuration._validators
           
 

Methods in org.apache.qpid.management.configuration that return Type
 Type Configuration.getType(int code)
          Returns the type associated to the given code.
 

Methods in org.apache.qpid.management.configuration with parameters of type Type
(package private)  void Configuration.addTypeMapping(int code, Type type)
          Adds a new type mapping to this configuration.
(package private)  void Configuration.addTypeMapping(int code, Type type, String validatorClassName)
          Adds a new type mapping to this configuration.
 String Configuration.getValidatorClassName(Type type)
          Returns the validator class name associated to the given type.
 

Uses of Type in org.apache.qpid.management.domain.model
 

Fields in org.apache.qpid.management.domain.model declared as Type
protected  Type QpidAttribute._type
          feature type
 

Methods in org.apache.qpid.management.domain.model with parameters of type Type
(package private)  void QpidProperty.setType(Type type)
          Sets the type of this property.
(package private)  void QpidAttribute.setType(Type type)
          Sets the type of this feature.
 

Uses of Type in org.apache.qpid.management.domain.model.type
 

Subclasses of Type in org.apache.qpid.management.domain.model.type
 class AbsTime
           
 class Boolean
           
 class DeltaTime
           
 class Double
           
 class Float
           
 class Int16
           
 class Int32
           
 class Int64
           
 class Int8
           
 class Map
           
 class ObjectReference
           
 class Str16
           
 class Str8
           
 class Uint16
           
 class Uint32
           
 class Uint64
           
 class Uint8
           
 class Uuid
           
 



Licensed to the Apache Software Foundation