public class Definition
extends java.lang.Object
The current scope of more definition information, including meaning, units and so on.
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | dataTypeThe data type of the coverage object field. | 
| java.lang.String | defaultValueThe default value for the Coverage object field. | 
| PossibleValues | possibleValuesThe possible values for the coverage field. | 
| Constructor and Description | 
|---|
| Definition()The Constructor. | 
| Definition(Definition definition)The Constructor. | 
public PossibleValues possibleValues
public java.lang.String defaultValue
public java.lang.String dataType
public Definition()
The Constructor.
public Definition(Definition definition)
The Constructor.
definition - Definition of the current scope.public boolean equals(java.lang.Object obj)
Determines whether the specified Definition object and the current Definition object are equal.
equals in class java.lang.Objectobj - The object that is compared with the current Definition object.public int hashCode()
Return hash code.
hashCode in class java.lang.Object