Author: desruisseaux
Date: Thu Jun 26 19:31:39 2014
New Revision: 1605888
URL: http://svn.apache.org/r1605888
Log:
Javadoc.
Modified:
sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/content/DefaultCoverageDescription.java
sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultMaintenanceInformation.java
Modified:
sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/content/DefaultCoverageDescription.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/content/DefaultCoverageDescription.java?rev=1605888&r1=1605887&r2=1605888&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/content/DefaultCoverageDescription.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/content/DefaultCoverageDescription.java
[UTF-8] Thu Jun 26 19:31:39 2014
@@ -210,6 +210,7 @@ public class DefaultCoverageDescription
/**
* Returns the type of information represented by the cell value.
+ * The default implementation fetches the value from the {@linkplain
#getAttributeGroups() attribute groups}.
*
* @return Type of information represented by the cell value, or {@code
null}.
*
@@ -241,6 +242,7 @@ public class DefaultCoverageDescription
/**
* Sets the type of information represented by the cell value.
+ * The default implementation stores the value in the {@linkplain
#getAttributeGroups() attribute groups}.
*
* @param newValue The new content type.
*
@@ -264,6 +266,7 @@ public class DefaultCoverageDescription
/**
* Returns the information on the dimensions of the cell measurement value.
+ * The default implementation fetches the values from the {@linkplain
#getAttributeGroups() attribute groups}.
*
* @return Dimensions of the cell measurement value.
*
@@ -300,6 +303,7 @@ public class DefaultCoverageDescription
/**
* Sets the information on the dimensions of the cell measurement value.
+ * The default implementation stores the values in the {@linkplain
#getAttributeGroups() attribute groups}.
*
* @param newValues The new dimensions.
*
Modified:
sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultMaintenanceInformation.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultMaintenanceInformation.java?rev=1605888&r1=1605887&r2=1605888&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultMaintenanceInformation.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultMaintenanceInformation.java
[UTF-8] Thu Jun 26 19:31:39 2014
@@ -213,6 +213,7 @@ public class DefaultMaintenanceInformati
/**
* Returns the scheduled revision date for resource.
+ * The default implementation fetches the value from the {@linkplain
#getMaintenanceDates() maintenance dates}.
*
* @return Scheduled revision date, or {@code null}.
*
@@ -236,6 +237,7 @@ public class DefaultMaintenanceInformati
/**
* Sets the scheduled revision date for resource.
+ * The default implementation stores the value in the {@linkplain
#getMaintenanceDates() maintenance dates}.
*
* @param newValue The new date of next update.
*/
@@ -302,6 +304,7 @@ public class DefaultMaintenanceInformati
/**
* Returns the scope of data to which maintenance is applied.
+ * The default implementation fetches the values from the {@linkplain
#getMaintenanceScopes() maintenance scopes}.
*
* @return Scope of data to which maintenance is applied.
*
@@ -337,6 +340,7 @@ public class DefaultMaintenanceInformati
/**
* Sets the scope of data to which maintenance is applied.
+ * The default implementation stores the values in the {@linkplain
#getMaintenanceScopes() maintenance scopes}.
*
* @param newValues The new update scopes.
*
@@ -350,6 +354,7 @@ public class DefaultMaintenanceInformati
/**
* Returns additional information about the range or extent of the
resource.
+ * The default implementation fetches the values from the {@linkplain
#getMaintenanceScopes() maintenance scopes}.
*
* @return Additional information about the range or extent of the
resource.
*
@@ -388,6 +393,7 @@ public class DefaultMaintenanceInformati
/**
* Sets additional information about the range or extent of the resource.
+ * The default implementation stores the values in the {@linkplain
#getMaintenanceScopes() maintenance scopes}.
*
* @param newValues The new update scope descriptions.
*