public static class StpProperty.MetaPropertyName<V> extends PropertyNameList.PropertyName<V>
PropertyRequestItem.NestedPropertyName<T>, PropertyRequestItem.PropertyRequest
Constructor and Description |
---|
StpProperty.MetaPropertyName(String namespace,
String name)
Creates a new MetaPropertyName from a simple name and a specified
namespace.
|
Modifier and Type | Method and Description |
---|---|
static <U> StpProperty.MetaPropertyName<U> |
build(String namespace,
String name)
Parameterized method for constructing MetaPropertyName
|
equals, getName, getNamespace, hashCode, nest, nest, nest, toString
public StpProperty.MetaPropertyName(String namespace, String name)
namespace
- the namespace for this MetaPropertyName. May not
be null.name
- the name for this property. May not be null.public static final <U> StpProperty.MetaPropertyName<U> build(String namespace, String name)
U
- The value type for the MetaPropertyNamenamespace
- The namespace for this MetaPropertyName. May not be
null.name
- the name for this property. May not be null.Copyright © IBM 2017. All rights reserved.