Uses of Class
org.faktorips.runtime.model.type.AttributeKind
-
Packages that use AttributeKind Package Description org.faktorips.runtime.model.annotation Annotations in Faktor-IPS generated classes that contain information about the design time model.org.faktorips.runtime.model.type Classes that allow access to design time model information on policy and product component types. -
-
Uses of AttributeKind in org.faktorips.runtime.model.annotation
Methods in org.faktorips.runtime.model.annotation that return AttributeKind Modifier and Type Method Description AttributeKindkind() -
Uses of AttributeKind in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return AttributeKind Modifier and Type Method Description static AttributeKindAttributeKind. forName(java.lang.String name)AttributeKindAttribute. getAttributeKind()Returns the possible kinds of this attribute.static AttributeKindAttributeKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeKind[]AttributeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-