Uses of Class
org.faktorips.runtime.model.type.ValueSetKind
-
Packages that use ValueSetKind 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 ValueSetKind in org.faktorips.runtime.model.annotation
Methods in org.faktorips.runtime.model.annotation that return ValueSetKind Modifier and Type Method Description ValueSetKindvalueSetKind() -
Uses of ValueSetKind in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return ValueSetKind Modifier and Type Method Description ValueSetKindAttribute. getValueSetKind()Returns theValueSetKindof this attribute.static ValueSetKindValueSetKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValueSetKind[]ValueSetKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-