org.apache.geronimo.blueprint.ext
Class AbstractPropertyPlaceholder.LateBindingValueMetadata
java.lang.Object
org.apache.geronimo.blueprint.ext.AbstractPropertyPlaceholder.LateBindingValueMetadata
- All Implemented Interfaces:
- Metadata, NonNullMetadata, ValueMetadata
- Enclosing class:
- AbstractPropertyPlaceholder
public class AbstractPropertyPlaceholder.LateBindingValueMetadata
- extends Object
- implements ValueMetadata
|
Method Summary |
String |
getStringValue()
Return the unconverted string representation of the value. |
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 |
AbstractPropertyPlaceholder.LateBindingValueMetadata
public AbstractPropertyPlaceholder.LateBindingValueMetadata(ValueMetadata metadata)
getStringValue
public 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 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 © 2003-2009 The Apache Software Foundation. All Rights Reserved.