File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
xmpbox/src/main/java/org/apache/xmpbox/type Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 2727import java .util .Map ;
2828
2929/**
30- * Represents all properties known for a specific namespace Type and attributes associated to each properties are saved
31- * If a specific type well declared is used, this class map it to a basic type
32- *
30+ * Represents all properties known for a specific namespace Type and attributes associated to each
31+ * properties. If a specific well declared type is used, this class maps it to a basic type.
32+ *
3333 * @author a183132
34- *
35- * Attribute management pre-implemented in order to give clues to make an attribute management system
34+ *
35+ * Attribute management pre-implemented in order to give clues to make an attribute management
36+ * system.
3637 */
3738public class PropertiesDescription
3839{
@@ -49,11 +50,11 @@ public PropertiesDescription()
4950 }
5051
5152 /**
52- * Get All Properties Name
53+ * Get all property names
5354 *
5455 * @return a list of properties qualifiedName
5556 */
56- public List <String > getPropertiesName ()
57+ public List <String > getPropertiesNames ()
5758 {
5859 return new ArrayList <>(types .keySet ());
5960 }
You can’t perform that action at this time.
0 commit comments