Beispiel #1
0
 public String getName() {
   return data.getString("Name", null);
 }
Beispiel #2
0
 public AttributeType getAttributeType() {
   return AttributeType.fromId(data.getString("AttributeName", null));
 }