Package com.luciad.models
Class ModelMetadata
java.lang.Object
com.luciad.models.ModelMetadata
- All Implemented Interfaces:
AutoCloseable
Represents meta data common for all types of models.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe builder class to create the luciad::ModelMedata class. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanprotected voidfinalize()getTitle()Returns the human-readable description of the model.inthashCode()static ModelMetadata.BuilderCreates a builder class for the creation of theModelMetadata.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
newBuilder
Creates a builder class for the creation of theModelMetadata.- Returns:
- the builder class for the creation of the
ModelMetadata.
-
getTitle
Returns the human-readable description of the model.- Returns:
- the human-readable description of the model.
-
hashCode
public int hashCode() -
equals
-