Uses of Interface
org.eclipse.esmf.metamodel.Value
Packages that use Value
Package
Description
-
Uses of Value in org.eclipse.esmf.characteristic
Methods in org.eclipse.esmf.characteristic that return ValueMethods in org.eclipse.esmf.characteristic that return types with arguments of type Value -
Uses of Value in org.eclipse.esmf.characteristic.impl
Methods in org.eclipse.esmf.characteristic.impl that return ValueModifier and TypeMethodDescriptionDefaultState.getDefaultValue()The default value for this stateMethods in org.eclipse.esmf.characteristic.impl that return types with arguments of type ValueConstructors in org.eclipse.esmf.characteristic.impl with parameters of type ValueModifierConstructorDescriptionDefaultState(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, List<Value> values, Value defaultValue) Constructor parameters in org.eclipse.esmf.characteristic.impl with type arguments of type ValueModifierConstructorDescriptionDefaultEnumeration(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, List<Value> values) DefaultState(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, List<Value> values, Value defaultValue) -
Uses of Value in org.eclipse.esmf.metamodel
Subinterfaces of Value in org.eclipse.esmf.metamodelModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceRepresents a scalar value.Methods in org.eclipse.esmf.metamodel that return types with arguments of type Value -
Uses of Value in org.eclipse.esmf.metamodel.impl
Classes in org.eclipse.esmf.metamodel.impl that implement ValueModifier and TypeClassDescriptionclassclassclassMethods in org.eclipse.esmf.metamodel.impl that return types with arguments of type ValueModifier and TypeMethodDescriptionDefaultEntityInstance.getAssertions()DefaultCollectionValue.getValues()Constructor parameters in org.eclipse.esmf.metamodel.impl with type arguments of type ValueModifierConstructorDescriptionDefaultCollectionValue(Collection<Value> values, CollectionValue.CollectionType collectionType, Type elementType) DefaultEntityInstance(MetaModelBaseAttributes metaModelBaseAttributes, Map<Property, Value> assertions, Entity type) -
Uses of Value in org.eclipse.esmf.metamodel.loader
Methods in org.eclipse.esmf.metamodel.loader that return ValueModifier and TypeMethodDescriptionprotected ValueInstantiator.buildValue(org.apache.jena.rdf.model.RDFNode node, Optional<org.apache.jena.rdf.model.Resource> characteristicResource, Type type) Creates aValuefrom a given constant value in the RDF model. -
Uses of Value in org.eclipse.esmf.metamodel.visitor
Methods in org.eclipse.esmf.metamodel.visitor with parameters of type Value