org.apache.aries.blueprint.ext
Class AbstractPropertyPlaceholder.LateBindingValueMetadata

java.lang.Object
  extended by org.apache.aries.blueprint.ext.AbstractPropertyPlaceholder.LateBindingValueMetadata
All Implemented Interfaces:
Metadata, NonNullMetadata, ValueMetadata
Enclosing class:
AbstractPropertyPlaceholder

public class AbstractPropertyPlaceholder.LateBindingValueMetadata
extends java.lang.Object
implements ValueMetadata


Constructor Summary
AbstractPropertyPlaceholder.LateBindingValueMetadata(ValueMetadata metadata)
           
 
Method Summary
 java.lang.String getStringValue()
          Return the unconverted string representation of the value.
 java.lang.String getType()
          Return the name of the type to which the value should be converted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPropertyPlaceholder.LateBindingValueMetadata

public AbstractPropertyPlaceholder.LateBindingValueMetadata(ValueMetadata metadata)
Method Detail

getStringValue

public java.lang.String getStringValue()
Description copied from interface: ValueMetadata
Return the unconverted string representation of the value. This is specified by the value attribute or text part of the value element.

Specified by:
getStringValue in interface ValueMetadata
Returns:
The unconverted string representation of the value.

getType

public java.lang.String getType()
Description copied from interface: ValueMetadata
Return the name of the type to which the value should be converted. This is specified by the type attribute.

Specified by:
getType in interface ValueMetadata
Returns:
The name of the type to which the value should be converted or null if no type is specified.


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