コード例 #1
0
 public int getPropertyIndex(String propertyName) {
   return dpm.getPropertyNames().indexOf(propertyName);
 }
コード例 #2
0
 public boolean containsProperty(String propertyName) {
   return dpm.contains(propertyName);
 }
コード例 #3
0
 public List<String> getPropertiesNames() {
   return dpm.getPropertyNames();
 }
コード例 #4
0
 public int getNumberOfProperties() {
   return dpm.getPropertyNames().size();
 }