]> git.argeo.org Git - lgpl/argeo-commons.git/blob - NodeOID.java
ade1163426c355031318f142ec2092745de63d9b
[lgpl/argeo-commons.git] / NodeOID.java
1 package org.argeo.api;
2
3 interface NodeOID {
4 String BASE = "1.3.6.1.4.1" + ".48308" + ".1";
5
6 // ATTRIBUTE TYPES
7 String ATTRIBUTE_TYPES = BASE + ".4";
8
9 // OBJECT CLASSES
10 String OBJECT_CLASSES = BASE + ".6";
11 }