public abstract static class ModelProperties.BasePropertyDefn<T> extends Object implements ModelProperties.PropertyDefn<T>
| Constructor and Description |
|---|
BasePropertyDefn(String name) |
| Modifier and Type | Method and Description |
|---|---|
Object |
merge(Object existing,
Object update)
Merge a property value with an update.
|
String |
name()
Name of the property as visible to catalog users.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdecode, typeName, validateprotected final String name
public BasePropertyDefn(String name)
public String name()
ModelProperties.PropertyDefnproperties object within a catalog spec.name in interface ModelProperties.PropertyDefn<T>public Object merge(Object existing, Object update)
ModelProperties.PropertyDefnmerge in interface ModelProperties.PropertyDefn<T>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.