Class ClassValueAssignments
java.lang.Object
java.util.AbstractCollection<ClassValueAssignment>
java.util.AbstractList<ClassValueAssignment>
java.util.ArrayList<ClassValueAssignment>
de.iip_ecosphere.platform.support.semanticId.eclass.model.ClassValueAssignments
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<ClassValueAssignment>,Collection<ClassValueAssignment>,List<ClassValueAssignment>,RandomAccess,SequencedCollection<ClassValueAssignment>
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-05-18T14:49:34.048403897Z[Etc/UTC]")
public class ClassValueAssignments
extends ArrayList<ClassValueAssignment>
Fixed value assignment for properties in context of class<br />Note: In pattern of polymorphism the property is inherited from a super class
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, forEach, get, getFirst, getLast, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
ClassValueAssignments
public ClassValueAssignments()
-
-
Method Details
-
equals
- Specified by:
equalsin interfaceCollection<ClassValueAssignment>- Specified by:
equalsin interfaceList<ClassValueAssignment>- Overrides:
equalsin classArrayList<ClassValueAssignment>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<ClassValueAssignment>- Specified by:
hashCodein interfaceList<ClassValueAssignment>- Overrides:
hashCodein classArrayList<ClassValueAssignment>
-
toString
- Overrides:
toStringin classAbstractCollection<ClassValueAssignment>
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-