public enum IntMappingType extends Enum<IntMappingType>
| Enum Constant and Description |
|---|
MembershipDerivedSchema |
MembershipId |
MembershipSchema |
MembershipVirtualSchema |
Password |
RoleDerivedSchema |
RoleId |
RoleName |
RoleOwnerSchema |
RoleSchema |
RoleVirtualSchema |
UserDerivedSchema |
UserId |
Username |
UserSchema |
UserVirtualSchema |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(AttributableType attributableType,
String type)
Check if attribute type belongs to the specified attributable type set.
|
AttributableType |
getAttributableType() |
static Set<IntMappingType> |
getAttributeTypes(AttributableType attributableType)
Get attribute types for a certain attributable type.
|
static Set<IntMappingType> |
getAttributeTypes(AttributableType attributableType,
Collection<IntMappingType> toBeFiltered)
Get attribute types for a certain attributable type.
|
static Set<IntMappingType> |
getEmbedded() |
static IntMappingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntMappingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntMappingType UserSchema
public static final IntMappingType UserDerivedSchema
public static final IntMappingType UserVirtualSchema
public static final IntMappingType UserId
public static final IntMappingType Username
public static final IntMappingType Password
public static final IntMappingType RoleSchema
public static final IntMappingType RoleDerivedSchema
public static final IntMappingType RoleVirtualSchema
public static final IntMappingType RoleId
public static final IntMappingType RoleName
public static final IntMappingType RoleOwnerSchema
public static final IntMappingType MembershipSchema
public static final IntMappingType MembershipDerivedSchema
public static final IntMappingType MembershipVirtualSchema
public static final IntMappingType MembershipId
public static IntMappingType[] values()
for (IntMappingType c : IntMappingType.values()) System.out.println(c);
public static IntMappingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic AttributableType getAttributableType()
public static Set<IntMappingType> getAttributeTypes(AttributableType attributableType, Collection<IntMappingType> toBeFiltered)
attributableType - attributable typetoBeFiltered - types to be filtered from the result.public static Set<IntMappingType> getAttributeTypes(AttributableType attributableType)
attributableType - attributable typepublic static Set<IntMappingType> getEmbedded()
public static boolean contains(AttributableType attributableType, String type)
attributableType - attributable type.type - attribute type.Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.