Class MappedAttribute
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.translation.in.MappedAttribute
-
public class MappedAttribute extends java.lang.Object
MappedAttribute
withAttributeEffectMode
.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description MappedAttribute(AttributeEffectMode mode, pl.edu.icm.unity.types.basic.Attribute attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
pl.edu.icm.unity.types.basic.Attribute
getAttribute()
AttributeEffectMode
getMode()
int
hashCode()
-
-
-
Constructor Detail
-
MappedAttribute
public MappedAttribute(AttributeEffectMode mode, pl.edu.icm.unity.types.basic.Attribute attribute)
-
-
Method Detail
-
getMode
public AttributeEffectMode getMode()
-
getAttribute
public pl.edu.icm.unity.types.basic.Attribute getAttribute()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-