public class TypeDefGallery extends TypeDefElementHeader
CURRENT_TYPE_DEF_HEADER_VERSION| Constructor and Description |
|---|
TypeDefGallery()
Default constructor
|
TypeDefGallery(TypeDefGallery template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Verify that supplied object has the same properties.
|
List<AttributeTypeDef> |
getAttributeTypeDefs()
Return the list of attribute type definitions from the gallery.
|
ArrayList<TypeDef> |
getTypeDefs()
Return the list of type definitions from the gallery.
|
int |
hashCode()
Code number for hash maps
|
void |
setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
Set up the list of attribute type definitions from the gallery.
|
void |
setTypeDefs(List<TypeDef> typeDefs)
Set up the list of type definitions from the gallery.
|
String |
toString()
toString JSON-style
|
getHeaderVersion, setHeaderVersionpublic TypeDefGallery()
public TypeDefGallery(TypeDefGallery template)
template - template to copypublic List<AttributeTypeDef> getAttributeTypeDefs()
public void setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
attributeTypeDefs - list of attribute type definitionspublic ArrayList<TypeDef> getTypeDefs()
public void setTypeDefs(List<TypeDef> typeDefs)
typeDefs - list of type definitionspublic String toString()
public boolean equals(Object o)
Copyright © 2018–2020 ODPi. All rights reserved.