Uses of Class
com.sas.lsaf.clinical.model.ModelConstants.AttributeState
-
Packages that use ModelConstants.AttributeState Package Description com.sas.lsaf.clinical.model Classes and interfaces to retrieve models. -
-
Uses of ModelConstants.AttributeState in com.sas.lsaf.clinical.model
Methods in com.sas.lsaf.clinical.model that return ModelConstants.AttributeState Modifier and Type Method Description ModelConstants.AttributeState
AttributeMetadata. getState()
Gets the state of the attribute.static ModelConstants.AttributeState
ModelConstants.AttributeState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ModelConstants.AttributeState[]
ModelConstants.AttributeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sas.lsaf.clinical.model with parameters of type ModelConstants.AttributeState Constructor Description AttributeMetadata(java.lang.String id, java.lang.String name, java.lang.String sasName, java.lang.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, java.lang.String help, ModelConstants.AttributeState state, boolean mustBeUnique)
It is not intended or recommended that the consumer of this API construct these objects.
-