public class ComodiChangeType extends ComodiBranchTerm
Modifier | Constructor and Description |
---|---|
protected |
ComodiChangeType(String term)
The Constructor -- just to call the constructor of the super class.
|
Modifier and Type | Method and Description |
---|---|
static ComodiChangeType |
getAttributeValue()
Gets the term representing an update of an attribute value.
|
static ComodiChangeType |
getDeletion()
Gets the term representing a deletion.
|
static ComodiChangeType |
getInsertion()
Gets the term representing an insertion.
|
static ComodiChangeType |
getMove()
Gets the term representing a move.
|
static ComodiChangeType |
getPermutationOfEntities()
Gets the term representing a permutation of entities.
|
static ComodiChangeType |
getUpdate()
Gets the term representing an update.
|
getTerm
protected ComodiChangeType(String term)
term
- the termpublic static ComodiChangeType getDeletion()
Deletion -> Type
public static ComodiChangeType getUpdate()
Update -> Type
public static ComodiChangeType getAttributeValue()
AttributeValue -> Update -> Type
public static ComodiChangeType getMove()
Move -> Type
public static ComodiChangeType getPermutationOfEntities()
PermutationOfEntities -> Move -> Type
public static ComodiChangeType getInsertion()
Insertion -> Type
Copyright © 2015 SEMS project @ University of Rostock. All rights reserved.