public static class ObjectMetaData.Attribute extends Object implements Comparable<ObjectMetaData.Attribute>
Modifier and Type | Field and Description |
---|---|
String |
description
Description of the attribute.
|
String |
name
Name of the attribute.
|
Boolean |
required
True if the attribute is required.
|
Type |
type
Return the stored type of the given attribute.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ObjectMetaData.Attribute o) |
boolean |
equals(Object obj) |
int |
hashCode() |
public String name
public String description
public Boolean required
public Type type
public Attribute()
public Attribute(String name)
public int compareTo(ObjectMetaData.Attribute o)
compareTo
in interface Comparable<ObjectMetaData.Attribute>
Copyright © 2023 Liquibase.org. All rights reserved.