Uses of Enum Class
com.tridion.broker.querying.MetadataType
Packages that use MetadataType
Package
Description
-
Uses of MetadataType in com.tridion.broker.querying
Methods in com.tridion.broker.querying that return MetadataTypeModifier and TypeMethodDescriptionstatic MetadataTypeMetadataType.getMetaDataType(int type) static MetadataTypeReturns the enum constant of this class with the specified name.static MetadataType[]MetadataType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MetadataType in com.tridion.meta
Methods in com.tridion.meta that return MetadataTypeModifier and TypeMethodDescriptionNameValuePair.getMetadataType()This type is the type the underlying storage layer uses to store the name.Constructors in com.tridion.meta with parameters of type MetadataTypeModifierConstructorDescriptionNameValuePair(String name, MetadataType type, Object value) NameValuePair(String name, MetadataType type, List<Object> multipleValues) Constructing NameValuePair for multiple values. -
Uses of MetadataType in com.tridion.storage
Methods in com.tridion.storage that return MetadataType -
Uses of MetadataType in com.tridion.storage.entities
Methods in com.tridion.storage.entities that return MetadataType