Package com.exedio.cope.pattern
Class History.Feature
- java.lang.Object
-
- com.exedio.cope.Item
-
- com.exedio.cope.pattern.History.Feature
-
- All Implemented Interfaces:
Serializable
,Comparable<Item>
- Enclosing class:
- History
public static final class History.Feature extends Item
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description History.Event
getEvent()
Feature
getFeature()
String
getFeatureID()
String
getId()
Deprecated.UsegetFeatureID()
insteadString
getName()
String
getNew()
String
getOld()
History
getPattern()
-
Methods inherited from class com.exedio.cope.Item
activeCopeItem, afterNewCopeItem, appendCopeID, beforeDeleteCopeItem, beforeSetCopeItem, compareTo, deleteCopeItem, equals, existsCopeItem, get, getCopeID, getCopeType, hashCode, isActiveCopeItem, newEnumAttribute, newEnumField, newItemAttribute, newItemAttribute, newItemField, newItemField, newType, set, set, toString, writeReplace
-
-
-
-
Method Detail
-
getPattern
public History getPattern()
-
getEvent
public History.Event getEvent()
-
getFeature
public Feature getFeature()
-
getId
@Deprecated public String getId()
Deprecated.UsegetFeatureID()
instead
-
getFeatureID
public String getFeatureID()
-
getName
public String getName()
-
getOld
public String getOld()
-
getNew
public String getNew()
-
-