Uses of Enum Class
com.sas.lsaf.clinical.model.ModelConstants.AttributeState
Packages that use ModelConstants.AttributeState
-
Uses of ModelConstants.AttributeState in com.sas.lsaf.clinical.model
Methods in com.sas.lsaf.clinical.model that return ModelConstants.AttributeStateModifier and TypeMethodDescriptionAttributeMetadata.getState()Gets the state of the attribute.Returns the enum constant of this class with the specified name.static ModelConstants.AttributeState[]ModelConstants.AttributeState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.clinical.model with parameters of type ModelConstants.AttributeStateModifierConstructorDescriptionAttributeMetadata(String id, String name, String sasName, String description, int ordering, ModelConstants.DataType dataType, int length, ValueListMetadata valueList, int sortSequence, int keySequence, boolean required, boolean contributesToDefine, ModelConstants.LogicalType logicalType, ModelConstants.AttributeScope scope, boolean derived, String help, ModelConstants.AttributeState state, boolean mustBeUnique) It is not intended or recommended that the consumer of this API construct these objects.