org.biomage.Interface
Interface HasPropertySets

All Known Implementing Classes:
Age, Array, ArrayDesign, ArrayGroup, ArrayManufacture, ArrayManufactureDeviation, Audit, BibliographicReference, BioAssay, BioAssayCreation, BioAssayData, BioAssayDataCluster, BioAssayDimension, BioAssayMap, BioAssayMapping, BioAssayTreatment, BioAssayTuple, BioDataCube, BioDataTuples, BioDataValues, BioEvent, BioMaterial, BioMaterialCharacteristic, BioMaterialMeasurement, Biometrics, BioSample, BioSequence, BioSource, Channel, ChromosomalAberration, CompositeCompositeMap, CompositeGroup, CompositePosition, CompositeSequence, CompositeSequenceDimension, Compound, CompoundMeasurement, ConcentrationUnit, ConfidenceIndicator, Contact, Database, DatabaseEntry, DataExternal, DataInternal, Datum, DerivedBioAssay, DerivedBioAssayData, DerivedSignal, Describable, Description, DesignElement, DesignElementDimension, DesignElementGroup, DesignElementMap, DesignElementMapping, DesignElementTuple, DistanceUnit, Error, ExpectedValue, Experiment, ExperimentalFactor, ExperimentDesign, Extendable, ExternalReference, FactorValue, Failed, Feature, FeatureDefect, FeatureDimension, FeatureExtraction, FeatureGroup, FeatureInformation, FeatureLocation, FeatureReporterMap, Fiducial, Hardware, HardwareApplication, Hybridization, Identifiable, Image, ImageAcquisition, LabeledExtract, ManufactureLIMS, ManufactureLIMSBiomaterial, Map, MassUnit, MeasuredBioAssay, MeasuredBioAssayData, MeasuredSignal, Measurement, MGEDOntologyClassEntry, MGEDOntologyEntry, MGEDOntologyEntry.OntologyDatabaseEntry, MGEDOntologyPropertyEntry, MismatchInformation, NameValueType, Node, NodeContents, NodeValue, OntologyEntry, Organization, OtherUnit, Parameter, Parameterizable, ParameterizableApplication, ParameterValue, Person, PhysicalArrayDesign, PhysicalBioAssay, Position, PositionDelta, PresentAbsent, Protocol, ProtocolApplication, PValue, QuantitationType, QuantitationTypeDimension, QuantitationTypeMap, QuantitationTypeMapping, QuantitationTypeTuple, QuantityUnit, Ratio, Reporter, ReporterCompositeMap, ReporterDimension, ReporterGroup, ReporterPosition, Security, SecurityGroup, SeqFeature, SeqFeatureLocation, SequencePosition, Software, SoftwareApplication, SpecializedQuantitationType, StandardQuantitationType, TemperatureUnit, TimeUnit, Transformation, Treatment, Unit, User, VolumeUnit, Zone, ZoneDefect, ZoneGroup, ZoneLayout

public interface HasPropertySets


Nested Class Summary
static class HasPropertySets.PropertySets_list
          Inner list class for holding multiple entries for attribute propertySets.
 
Method Summary
 void addToPropertySets(int position, NameValueType nameValueType)
          Method to add NameValueType at position to PropertySets_list
 void addToPropertySets(NameValueType nameValueType)
          Method to add NameValueType to PropertySets_list
 NameValueType getFromPropertySets(int position)
          Method to get NameValueType from PropertySets_list
 HasPropertySets.PropertySets_list getPropertySets()
          Get method for propertySets
 void removeElementAtFromPropertySets(int position)
          Method to remove by position from PropertySets_list
 void removeFromPropertySets(NameValueType nameValueType)
          Method to remove first NameValueType from PropertySets_list
 void setPropertySets(HasPropertySets.PropertySets_list propertySets)
          Set method for propertySets
 

Method Detail

setPropertySets

void setPropertySets(HasPropertySets.PropertySets_list propertySets)
Set method for propertySets

Parameters:
value - to set

getPropertySets

HasPropertySets.PropertySets_list getPropertySets()
Get method for propertySets

Returns:
value of the attribute

addToPropertySets

void addToPropertySets(NameValueType nameValueType)
Method to add NameValueType to PropertySets_list


addToPropertySets

void addToPropertySets(int position,
                       NameValueType nameValueType)
Method to add NameValueType at position to PropertySets_list


getFromPropertySets

NameValueType getFromPropertySets(int position)
Method to get NameValueType from PropertySets_list


removeElementAtFromPropertySets

void removeElementAtFromPropertySets(int position)
Method to remove by position from PropertySets_list


removeFromPropertySets

void removeFromPropertySets(NameValueType nameValueType)
Method to remove first NameValueType from PropertySets_list