]> git.argeo.org Git - lgpl/argeo-commons.git/blob - node/NodeOID.java
Prepare next development cycle
[lgpl/argeo-commons.git] / node / NodeOID.java
1 package org.argeo.node;
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 }