Add standard and XSF namespace / prefix mappings
[lgpl/argeo-commons.git] / org.argeo.api.acr / src / org / argeo / api / acr / CrAttributeType.java
index 0bbf63e710142bd881c18c6815e0181b57cbe1f6..7cef11926f829bfcb9464e4b2db8bceda949cf81 100644 (file)
@@ -34,7 +34,7 @@ public enum CrAttributeType {
        private final Class<?> clss;
        private final AttributeFormatter<?> formatter;
 
-       private ContentName qName;
+       private final ContentName qName;
 
        private <T> CrAttributeType(Class<T> clss, String namespaceUri, String localName, AttributeFormatter<T> formatter) {
                this.clss = clss;
@@ -47,10 +47,6 @@ public enum CrAttributeType {
                return qName;
        }
 
-       public void setqName(ContentName qName) {
-               this.qName = qName;
-       }
-
        public Class<?> getClss() {
                return clss;
        }