Searched defs:isCheckSchema (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/
H A DAttributeTypePropertyDefinition.java77 private static boolean isCheckSchema = true; field in class:AttributeTypePropertyDefinition
106 public static boolean isCheckSchema() { method in class:AttributeTypePropertyDefinition
107 return isCheckSchema;
123 isCheckSchema = value;
181 !isCheckSchema);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DAttributeTypePropertyDefinition.java78 private static boolean isCheckSchema = true; field in class:AttributeTypePropertyDefinition
107 public static boolean isCheckSchema() { method in class:AttributeTypePropertyDefinition
108 return isCheckSchema;
124 isCheckSchema = value;
182 !isCheckSchema);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DAttributeTypePropertyDefinition.java78 private static boolean isCheckSchema = true; field in class:AttributeTypePropertyDefinition
107 public static boolean isCheckSchema() { method in class:AttributeTypePropertyDefinition
108 return isCheckSchema;
124 isCheckSchema = value;
182 !isCheckSchema);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DAttributeTypePropertyDefinition.java77 private static boolean isCheckSchema = true; field in class:AttributeTypePropertyDefinition
106 public static boolean isCheckSchema() { method in class:AttributeTypePropertyDefinition
107 return isCheckSchema;
123 isCheckSchema = value;
181 !isCheckSchema);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DAttributeTypePropertyDefinition.java78 private static boolean isCheckSchema = true; field in class:AttributeTypePropertyDefinition
107 public static boolean isCheckSchema() { method in class:AttributeTypePropertyDefinition
108 return isCheckSchema;
124 isCheckSchema = value;
182 !isCheckSchema);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DAttributeTypePropertyDefinition.java71 private static boolean isCheckSchema = true; field in class:AttributeTypePropertyDefinition
100 public static boolean isCheckSchema() { method in class:AttributeTypePropertyDefinition
101 return isCheckSchema;
117 isCheckSchema = value;
166 AttributeType type = isCheckSchema

Completed in 80 milliseconds