Uses of Class
core.MetadataProperty

Packages that use MetadataProperty
collections   
 

Uses of MetadataProperty in collections
 

Methods in collections that return MetadataProperty
 MetadataProperty[] MetadataPropertyList.getMetadataProperty()
          Gets the metadataProperty value for this MetadataPropertyList.
 MetadataProperty MetadataPropertyList.getMetadataProperty(int i)
           
 

Methods in collections with parameters of type MetadataProperty
 void MetadataPropertyList.setMetadataProperty(int i, MetadataProperty _value)
           
 void MetadataPropertyList.setMetadataProperty(MetadataProperty[] metadataProperty)
          Sets the metadataProperty value for this MetadataPropertyList.
 

Constructors in collections with parameters of type MetadataProperty
MetadataPropertyList(MetadataProperty[] metadataProperty)