public class TypeDefProperties extends TypeDefElementHeader
CURRENT_TYPE_DEF_HEADER_VERSION| Constructor and Description |
|---|
TypeDefProperties()
Default constructor.
|
TypeDefProperties(TypeDefProperties templateProperties)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Verify that supplied object has the same properties.
|
Map<String,Object> |
getTypeDefProperties()
Return the list of property names.
|
int |
hashCode()
Return hash code based on the stored properties
|
void |
setTypeDefProperties(Map<String,Object> typeDefProperties)
Set up the list of property names.
|
String |
toString()
Standard toString method.
|
getHeaderVersion, setHeaderVersionpublic TypeDefProperties()
public TypeDefProperties(TypeDefProperties templateProperties)
templateProperties - template object to copy.public Map<String,Object> getTypeDefProperties()
public void setTypeDefProperties(Map<String,Object> typeDefProperties)
typeDefProperties - list of property namespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.