|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeAccessType | |
---|---|
com.semarchy.mdm.runtime.model.logical | This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. |
Uses of AttributeAccessType in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return AttributeAccessType | |
---|---|
AttributeAccessType |
IEntityPrivGrant.getAccessType(IEntityAttribute pAttribute)
The access type granted for this IEntityAttribute . |
AttributeAccessType |
IEntityPrivGrant.getDefaultAccessType()
The default AttributeAccessType for this Entity. |
static AttributeAccessType |
AttributeAccessType.maxPriv(AttributeAccessType pAccessType1,
AttributeAccessType pAccessType2)
Return the most privileged access type |
static AttributeAccessType |
AttributeAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AttributeAccessType[] |
AttributeAccessType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.semarchy.mdm.runtime.model.logical with parameters of type AttributeAccessType | |
---|---|
static AttributeAccessType |
AttributeAccessType.maxPriv(AttributeAccessType pAccessType1,
AttributeAccessType pAccessType2)
Return the most privileged access type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |