public class TypeDefProperties extends TypeDefElementHeader
| Constructor and Description |
|---|
TypeDefProperties()
Default constructor.
|
TypeDefProperties(TypeDefProperties templateProperties)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
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.
|
public 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 o)
Copyright © 2017–2018 ODPi. All rights reserved.