public class ValidValueElement extends Object implements MetadataElement, Serializable
| Constructor and Description |
|---|
ValidValueElement()
Default constructor
|
ValidValueElement(ValidValueElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
ValidValueProperties |
getValidValueProperties()
Return the properties for a valid value definition or set.
|
int |
hashCode()
Return hash code for this object
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setValidValueProperties(ValidValueProperties validValueProperties)
Set up the properties for a valid values definition of set.
|
String |
toString()
JSON-style toString
|
public ValidValueElement()
public ValidValueElement(ValidValueElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic ValidValueProperties getValidValueProperties()
public void setValidValueProperties(ValidValueProperties validValueProperties)
validValueProperties - properties beanpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.