Uses of Class
com.sonyericsson.hudson.plugins.metadata.model.values.AbstractMetadataValue

Packages that use AbstractMetadataValue
com.sonyericsson.hudson.plugins.metadata.model.definitions   
com.sonyericsson.hudson.plugins.metadata.model.values   
 

Uses of AbstractMetadataValue in com.sonyericsson.hudson.plugins.metadata.model.definitions
 

Methods in com.sonyericsson.hudson.plugins.metadata.model.definitions that return AbstractMetadataValue
 AbstractMetadataValue DateMetadataDefinition.createValue(Object o)
           
 AbstractMetadataValue TreeNodeMetadataDefinition.createValue(Object o)
           
abstract  AbstractMetadataValue AbstractMetadataDefinition.createValue(Object o)
          Creates an AbstractMetadataValue from this definition.
 

Uses of AbstractMetadataValue in com.sonyericsson.hudson.plugins.metadata.model.values
 

Subclasses of AbstractMetadataValue in com.sonyericsson.hudson.plugins.metadata.model.values
 class DateMetadataValue
          Meta data with the value of a Date.
 class NumberMetadataValue
          Meta data containing a non-decimal number.
 class StringMetadataValue
          A Meta Data value of the type String.
 class TreeNodeMetadataValue
          Meta data containing other meta data values.
 

Methods in com.sonyericsson.hudson.plugins.metadata.model.values that return AbstractMetadataValue
 AbstractMetadataValue AbstractMetadataValue.clone()
           
 

Methods in com.sonyericsson.hudson.plugins.metadata.model.values that return types with arguments of type AbstractMetadataValue
 hudson.model.Descriptor<AbstractMetadataValue> NumberMetadataValue.getDescriptor()
           
 hudson.model.Descriptor<AbstractMetadataValue> StringMetadataValue.getDescriptor()
           
 hudson.model.Descriptor<AbstractMetadataValue> DateMetadataValue.getDescriptor()
           
 hudson.model.Descriptor<AbstractMetadataValue> TreeNodeMetadataValue.getDescriptor()
           
 

Methods in com.sonyericsson.hudson.plugins.metadata.model.values with parameters of type AbstractMetadataValue
static boolean TreeStructureUtil.addValue(MetadataParent root, AbstractMetadataValue value, boolean generated, String... parentPath)
          Adds a value with the specified path to the root.
static boolean TreeStructureUtil.addValue(MetadataParent root, AbstractMetadataValue value, String... parentPath)
          Adds a value with the specified path to the root.
static TreeNodeMetadataValue TreeStructureUtil.createPath(AbstractMetadataValue leaf, boolean generated, String... parentPath)
          Creates a tree structured path with the provided leaf at the end.
static TreeNodeMetadataValue TreeStructureUtil.createPath(AbstractMetadataValue leaf, String... parentPath)
          Creates a tree structured path with the provided leaf at the end.
 



Copyright © 2004-2013. All Rights Reserved.