public class TypeOperations extends NamedElementOperations
The following operations are supported:
Modifier and Type | Method and Description |
---|---|
static boolean |
conformsTo(Type type,
Type other)
The query conformsTo() gives true for a type that conforms to another.
|
allNamespaces, getNamespace, has_no_qualified_name, has_qualified_name, isDistinguishableFrom, qualifiedName, separator
allOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
public static boolean conformsTo(Type type, Type other)
type
- The receiving 'Type' model object.