| | |
| | | } |
| | | |
| | | /** |
| | | * Determines whether or not this managed object definition has the |
| | | * Determines whether this managed object definition has the |
| | | * specified option. |
| | | * |
| | | * @param option |
| | |
| | | } |
| | | |
| | | /** |
| | | * Determines whether or not this managed object definition has the |
| | | * Determines whether this managed object definition has the |
| | | * specified tag. |
| | | * |
| | | * @param t |
| | |
| | | } |
| | | |
| | | /** |
| | | * Determines whether or not this managed object definition is a sub-type of |
| | | * Determines whether this managed object definition is a sub-type of |
| | | * the provided managed object definition. This managed object definition is |
| | | * a sub-type of the provided managed object definition if they are both the |
| | | * same or if the provided managed object definition can be obtained by |
| | |
| | | } |
| | | |
| | | /** |
| | | * Determines whether or not this managed object definition is a super-type |
| | | * Determines whether this managed object definition is a super-type |
| | | * of the provided managed object definition. This managed object definition |
| | | * is a super-type of the provided managed object definition if they are |
| | | * both the same or if the provided managed object definition is a member of |
| | |
| | | } |
| | | |
| | | /** |
| | | * Determines whether or not this managed object definition is the |
| | | * {@link TopCfgDefn}. |
| | | * Determines whether this managed object definition is the {@link TopCfgDefn}. |
| | | * |
| | | * @return Returns <code>true</code> if this managed object definition is |
| | | * the {@link TopCfgDefn}. |