|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicPropertyDescription | |
|---|---|
| org.gcube.contentmanagement.layerindependent.descriptions | |
| Uses of BasicPropertyDescription in org.gcube.contentmanagement.layerindependent.descriptions |
|---|
| Methods in org.gcube.contentmanagement.layerindependent.descriptions that return BasicPropertyDescription | |
|---|---|
BasicPropertyDescription[] |
BasicInfoObjectDescription.getProperties()
Deprecated. prefer use of BasicInfoObjectDescription.getPropertyMap() instead because less
conversion effort required |
BasicPropertyDescription |
BasicInfoObjectDescription.getProperty(java.lang.String propertyName)
Returns one particular property of the info object |
| Methods in org.gcube.contentmanagement.layerindependent.descriptions that return types with arguments of type BasicPropertyDescription | |
|---|---|
java.util.Map<java.lang.String,BasicPropertyDescription> |
BasicInfoObjectDescription.getPropertyMap()
Returns the properties map |
| Method parameters in org.gcube.contentmanagement.layerindependent.descriptions with type arguments of type BasicPropertyDescription | |
|---|---|
void |
BasicInfoObjectDescription.setProperties(java.util.Map<java.lang.String,BasicPropertyDescription> properties)
Sets the properties |
| Constructor parameters in org.gcube.contentmanagement.layerindependent.descriptions with type arguments of type BasicPropertyDescription | |
|---|---|
BasicInfoObjectDescription(java.lang.String objectid,
java.lang.String name,
java.lang.String type,
java.util.Map<java.lang.String,BasicPropertyDescription> properties,
java.util.List<BasicReferenceDescription> references)
Constructs a new info object with all values initiatilized |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||