| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.ui; |
| | |
| | | { |
| | | boolean isOperational = false; |
| | | attrName = Utilities.getAttributeNameWithoutOptions(attrName); |
| | | AttributeType attrType = schema.getAttributeType(attrName.toLowerCase()); |
| | | if (attrType != null) |
| | | if (schema != null) |
| | | { |
| | | isOperational = attrType.isOperational(); |
| | | AttributeType attrType = schema.getAttributeType(attrName.toLowerCase()); |
| | | if (attrType != null) |
| | | { |
| | | isOperational = attrType.isOperational(); |
| | | } |
| | | } |
| | | return !isOperational || isEditableOperationalAttribute(attrName); |
| | | } |