Package liquibase
Class ObjectMetaData
java.lang.Object
liquibase.ObjectMetaData
Contains metadata about an
ExtensibleObject
.
Because attributes can be dynamically added or removed, different instances of the same type may return different metadata.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Metadata about a particular attribute. -
Field Summary
Modifier and TypeFieldDescriptionMetadata about all the object's attributes. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String attributeName) Convenience method to return theObjectMetaData.Attribute
information for the given attribute.
-
Field Details
-
attributes
Metadata about all the object's attributes.
-
-
Constructor Details
-
ObjectMetaData
public ObjectMetaData()
-
-
Method Details
-
getAttribute
Convenience method to return theObjectMetaData.Attribute
information for the given attribute. Returns null if the attribute name doesn't exist.
-