com.metamatrix.platform.admin.api
Interface PermissionDataNodeDefinition

All Superinterfaces:
java.lang.Comparable, ObjectDefinition, PropertiedObject
All Known Implementing Classes:
PermissionDataNodeDefinitionImpl

public interface PermissionDataNodeDefinition
extends ObjectDefinition

This interface specifies an ObjectDefinition for the PermissionDataNode.
In this interface we specify the various (sub) types of PermissionDataNodes.
They are:


Nested Class Summary
static class PermissionDataNodeDefinition.TYPE
          The subtype of the PermissionDataNode.
 
Method Summary
 int getType()
          Get the type of PermissionDataNode.
 
Methods inherited from interface com.metamatrix.common.object.ObjectDefinition
compareTo, equals, getDisplayName, getName, getPluralDisplayName, getShortDescription, getShortDisplayName, toString
 

Method Detail

getType

int getType()
Get the type of PermissionDataNode.

Returns:
The type of this PermissionDataNode.
See Also:
PermissionDataNodeDefinition.TYPE


Copyright © 2009. All Rights Reserved.