Class Definition
java.lang.Object
java.util.AbstractMap<String,String>
java.util.HashMap<String,String>
de.iip_ecosphere.platform.support.semanticId.eclass.model.TranslatableLabel
de.iip_ecosphere.platform.support.semanticId.eclass.model.Definition
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-05-20T14:36:57.435832949Z[Etc/UTC]")
public class Definition
extends TranslatableLabel
Definition of structural element
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
Definition
public Definition()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classTranslatableLabel
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-