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