org.jboss.metatype.plugins.values.defaults
Class ByteDefaultValueBuilder

java.lang.Object
  extended by org.jboss.metatype.plugins.values.defaults.ByteDefaultValueBuilder
All Implemented Interfaces:
DefaultValueBuilder

public class ByteDefaultValueBuilder
extends Object
implements DefaultValueBuilder

A DefaultValueBuilder for SimpleMetaType.BYTE

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

Constructor Summary
ByteDefaultValueBuilder()
           
 
Method Summary
 MetaValue buildMetaValue(String value)
           
 MetaType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteDefaultValueBuilder

public ByteDefaultValueBuilder()
Method Detail

buildMetaValue

public MetaValue buildMetaValue(String value)
                         throws Exception
Specified by:
buildMetaValue in interface DefaultValueBuilder
Throws:
Exception

getType

public MetaType getType()
Specified by:
getType in interface DefaultValueBuilder


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