
public class Implementations extends ModelObject implements Cloneable, Serializable
| Constructor and Description |
|---|
Implementations()
Creates a new
Implementations instance. |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object o)
Indicates whether some other object is equal to this one by comparing
the values of all properties.
|
Implementation |
getImplementation(int index)
Gets an implementation for an index.
|
Implementation |
getImplementation(String identifier)
Gets an implementation for an identifier.
|
Implementation[] |
getImplementations()
Gets all implementations of the collection.
|
int |
hashCode()
Returns a hash code value for this object.
|
void |
setImplementations(Implementation[] value)
Setter for property
implementations. |
int |
size()
Gets the number of implementations held by the instance.
|
String |
toString()
Returns a string representation of the object.
|
getDocumentation, getModelVersion, setDocumentation, setModelVersionpublic Implementations()
Implementations instance.public boolean equals(Object o)
public final Implementation getImplementation(int index)
index - the index of the implementation to return.index.IndexOutOfBoundsException - if index is negativ,
greater than or equal to size().public Implementation getImplementation(String identifier)
identifier - the identifier of the implementation to return.identifier.NullPointerException - if identifier is null.MissingImplementationException - if no implementation matching
identifier exists in the collection.public Implementation[] getImplementations()
public int hashCode()
public void setImplementations(Implementation[] value)
implementations.value - the new implementations for the instance.DuplicateImplementationException - if value contains
duplicate implementations.public final int size()
Copyright © 2005-2012 jDTAUS. All Rights Reserved.