org.apache.aries.blueprint.reflect
Class ValueMetadataImpl

java.lang.Object
  extended by org.apache.aries.blueprint.reflect.ValueMetadataImpl
All Implemented Interfaces:
MutableValueMetadata, org.osgi.service.blueprint.reflect.Metadata, org.osgi.service.blueprint.reflect.NonNullMetadata, org.osgi.service.blueprint.reflect.ValueMetadata

public class ValueMetadataImpl
extends Object
implements MutableValueMetadata

Implementation of ValueMetadata

Version:
$Rev: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $

Constructor Summary
ValueMetadataImpl()
           
ValueMetadataImpl(String stringValue)
           
ValueMetadataImpl(String stringValue, String type)
           
ValueMetadataImpl(org.osgi.service.blueprint.reflect.ValueMetadata source)
           
 
Method Summary
 String getStringValue()
           
 String getType()
           
 void setStringValue(String stringValue)
           
 void setType(String typeName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueMetadataImpl

public ValueMetadataImpl()

ValueMetadataImpl

public ValueMetadataImpl(String stringValue)

ValueMetadataImpl

public ValueMetadataImpl(String stringValue,
                         String type)

ValueMetadataImpl

public ValueMetadataImpl(org.osgi.service.blueprint.reflect.ValueMetadata source)
Method Detail

getStringValue

public String getStringValue()
Specified by:
getStringValue in interface org.osgi.service.blueprint.reflect.ValueMetadata

setStringValue

public void setStringValue(String stringValue)
Specified by:
setStringValue in interface MutableValueMetadata

getType

public String getType()
Specified by:
getType in interface org.osgi.service.blueprint.reflect.ValueMetadata

setType

public void setType(String typeName)
Specified by:
setType in interface MutableValueMetadata

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.