com.ibm.rational.wvcm.stp
Class StpProperty.MetaPropertyName<V>
Object
javax.wvcm.PropertyNameList.PropertyName<V>
com.ibm.rational.wvcm.stp.StpProperty.MetaPropertyName<V>
- All Implemented Interfaces:
- PropertyRequestItem
- Enclosing interface:
- StpProperty<T>
public static class StpProperty.MetaPropertyName<V>
- extends PropertyNameList.PropertyName<V>
An object representing the name of a meta-property. This class extends
PropertyName so that MetaPropertyName objects may be included in a
PropertyRequest. Otherwise, MetaPropertyName and PropertyName are not
interchangeable. The type parameter specifies the type of meta-property's
value.
Constructor Summary |
StpProperty.MetaPropertyName(String namespace,
String name)
Creates a new MetaPropertyName from a simple name and a specified
namespace. |
Method Summary |
static
|
build(String namespace,
String name)
Parameterized method for constructing MetaPropertyName |
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
StpProperty.MetaPropertyName
public StpProperty.MetaPropertyName(String namespace,
String name)
- Creates a new MetaPropertyName from a simple name and a specified
namespace.
- Parameters:
namespace
- the namespace for this MetaPropertyName. May not
be null.name
- the name for this property. May not be null.
build
public static final <U> StpProperty.MetaPropertyName<U> build(String namespace,
String name)
- Parameterized method for constructing MetaPropertyName>
- Type Parameters:
U
- The value type for the MetaPropertyName- Parameters:
namespace
- The namespace for this MetaPropertyName. May not be
null.name
- the name for this property. May not be null.
- Returns:
- A new instanceof MetaPropertyName using the given namespace
and name
Copyright © IBM 2015. All rights reserved.