Uses of Class
org.seamcat.model.plugin.system.Origin
-
Packages that use Origin Package Description org.seamcat.model.plugin.system -
-
Uses of Origin in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system that return Origin Modifier and Type Method Description Origin
ConsistencyCheckContext. getOrigin()
Origin describes where this consistency check context originates from.static Origin
Origin. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Origin[]
Origin. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-