public class ObjectMetaData extends Object
ExtensibleObject.
Because attributes can be dynamically added or removed, different instances of the same type may return different metadata.| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectMetaData.Attribute
Metadata about a particular attribute.
|
| Modifier and Type | Field and Description |
|---|---|
SortedSet<ObjectMetaData.Attribute> |
attributes
Metadata about all the object's attributes.
|
| Constructor and Description |
|---|
ObjectMetaData() |
| Modifier and Type | Method and Description |
|---|---|
ObjectMetaData.Attribute |
getAttribute(String attributeName)
Convenience method to return the
ObjectMetaData.Attribute information for the given attribute. |
public SortedSet<ObjectMetaData.Attribute> attributes
public ObjectMetaData.Attribute getAttribute(String attributeName)
ObjectMetaData.Attribute information for the given attribute.
Returns null if the attribute name doesn't exist.Copyright © 2022 Liquibase.org. All rights reserved.