public abstract class Item extends Object implements Serializable, ValueOfContractor
ValueOfContractor.Invoke
Modifier | Constructor and Description |
---|---|
protected |
Item(String name)
Constructor taking the item's name.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
camelize(String name)
Camelizes the given name.
|
boolean |
equals(Object obj)
Equality implementation based on the item's name.
|
<T extends Annotation> |
getAnnotation(Class<T> clazz)
Provides all annotations defined for the given class.
|
String |
getName()
Provides the item's name.
|
int |
hashCode()
The hashcode implementation.
|
String |
toString()
Provides the textual representation of this item.
|
public String getName()
public boolean equals(Object obj)
public int hashCode()
public String toString()
public final <T extends Annotation> T getAnnotation(Class<T> clazz)
clazz
- The class to get annotations for.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210