org.jboss.metatype.plugins.types
Class ObjectNameTypeBuilder

java.lang.Object
  extended by org.jboss.metatype.plugins.types.ObjectNameTypeBuilder
All Implemented Interfaces:
MetaTypeBuilder

public class ObjectNameTypeBuilder
extends Object
implements MetaTypeBuilder

A type builder for the javax.management.ObjectName type

Version:
$Revision:$
Author:
Scott.Stark@jboss.org

Field Summary
static ObjectNameTypeBuilder INSTANCE
          The singleton instance
static CompositeMetaType META_TYPE
          The MetaType for Class
 
Constructor Summary
ObjectNameTypeBuilder()
           
 
Method Summary
 MetaType buildMetaType()
          Build the meta type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ObjectNameTypeBuilder INSTANCE
The singleton instance


META_TYPE

public static final CompositeMetaType META_TYPE
The MetaType for Class

Constructor Detail

ObjectNameTypeBuilder

public ObjectNameTypeBuilder()
Method Detail

buildMetaType

public MetaType buildMetaType()
Description copied from interface: MetaTypeBuilder
Build the meta type

Specified by:
buildMetaType in interface MetaTypeBuilder
Returns:
the meta type


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.