public static enum StereotypeProperty.Property extends Enum<StereotypeProperty.Property>
Enum Constant and Description |
---|
IDENTITY_GROUP_NAME
Should be used to mark a property of an
IdentityType as the name of a IdentityStereotype.Stereotype.GROUP stereotype. |
IDENTITY_ID
Should be used to mark a property of an
IdentityType as the unique and never reassigned idenfifier. |
IDENTITY_ROLE_NAME
Should be used to mark a property of an
IdentityType as the name of a IdentityStereotype.Stereotype.ROLE stereotype. |
IDENTITY_USER_NAME
Should be used to mark a property of an
IdentityType as the name of a IdentityStereotype.Stereotype.USER stereotype. |
RELATIONSHIP_GRANT_ASSIGNEE
Should be used to mark a property of an
Relationship as related with the assignee of a RelationshipStereotype.Stereotype.GRANT stereotype. |
RELATIONSHIP_GRANT_ROLE
Should be used to mark a property of an
Relationship as related with the role of a RelationshipStereotype.Stereotype.GRANT stereotype. |
RELATIONSHIP_GROUP_MEMBERSHIP_GROUP
Should be used to mark a property of an
Relationship as related with the group of a RelationshipStereotype.Stereotype.GROUP_MEMBERSHIP stereotype. |
RELATIONSHIP_GROUP_MEMBERSHIP_MEMBER
Should be used to mark a property of an
Relationship as related with the member of a RelationshipStereotype.Stereotype.GROUP_MEMBERSHIP stereotype. |
Modifier and Type | Method and Description |
---|---|
static StereotypeProperty.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StereotypeProperty.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereotypeProperty.Property IDENTITY_ID
Should be used to mark a property of an IdentityType
as the unique and never reassigned idenfifier.
public static final StereotypeProperty.Property IDENTITY_ROLE_NAME
Should be used to mark a property of an IdentityType
as the name of a IdentityStereotype.Stereotype.ROLE
stereotype.
public static final StereotypeProperty.Property IDENTITY_GROUP_NAME
Should be used to mark a property of an IdentityType
as the name of a IdentityStereotype.Stereotype.GROUP
stereotype.
public static final StereotypeProperty.Property IDENTITY_USER_NAME
Should be used to mark a property of an IdentityType
as the name of a IdentityStereotype.Stereotype.USER
stereotype.
public static final StereotypeProperty.Property RELATIONSHIP_GRANT_ROLE
Should be used to mark a property of an Relationship
as related with the role of a RelationshipStereotype.Stereotype.GRANT
stereotype.
public static final StereotypeProperty.Property RELATIONSHIP_GRANT_ASSIGNEE
Should be used to mark a property of an Relationship
as related with the assignee of a RelationshipStereotype.Stereotype.GRANT
stereotype.
public static final StereotypeProperty.Property RELATIONSHIP_GROUP_MEMBERSHIP_GROUP
Should be used to mark a property of an Relationship
as related with the group of a RelationshipStereotype.Stereotype.GROUP_MEMBERSHIP
stereotype.
public static final StereotypeProperty.Property RELATIONSHIP_GROUP_MEMBERSHIP_MEMBER
Should be used to mark a property of an Relationship
as related with the member of a RelationshipStereotype.Stereotype.GROUP_MEMBERSHIP
stereotype.
public static StereotypeProperty.Property[] values()
for (StereotypeProperty.Property c : StereotypeProperty.Property.values()) System.out.println(c);
public static StereotypeProperty.Property 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 nullCopyright © 2017. All rights reserved.