Uses of Class
com.tridion.meta.NameValuePair
Packages that use NameValuePair
-
Uses of NameValuePair in com.tridion.meta
Methods in com.tridion.meta that return types with arguments of type NameValuePairModifier and TypeMethodDescriptionCustomMeta.getNameValues()Returns all key-value pairs of this CustomMeta as a Map.Constructor parameters in com.tridion.meta with type arguments of type NameValuePairModifierConstructorDescriptionCustomMeta(String name, Map<String, NameValuePair> nameValues, Map<String, CustomMeta> children) Create a new Custom Meta out of the given parameters. -
Uses of NameValuePair in com.tridion.storage.entities
Methods in com.tridion.storage.entities that return types with arguments of type NameValuePairModifier and TypeMethodDescriptionCustomMetaEntity.getNameValues()Returns all key-value pairs of this CustomMeta as a Map.