OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 182 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 182 Rev 185
Line 93... Line 93...
93
 
93
 
94
    public boolean isFolder() {
94
    public boolean isFolder() {
95
        return this.mimeType.equals(MIMETYPE_FOLDER);
95
        return this.mimeType.equals(MIMETYPE_FOLDER);
96
    }
96
    }
97
 
97
 
-
 
98
    public boolean isURL() {
-
 
99
        return this.mimeType.equals(MIMETYPE_URL);
-
 
100
    }
-
 
101
 
98
    public boolean isEncrypted() {
102
    public boolean isEncrypted() {
99
        return this.encrypted;
103
        return this.encrypted;
100
    }
104
    }
101
 
105
 
102
    @Override
106
    @Override