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

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

public class StringDefaultValueBuilder
extends Object
implements DefaultValueBuilder

A DefaultValueBuilder for SimpleMetaType.STRING SimpleValues.

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

Constructor Summary
StringDefaultValueBuilder()
           
 
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

StringDefaultValueBuilder

public StringDefaultValueBuilder()
Method Detail

getType

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

buildMetaValue

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


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