Uses of Class
fr.ird.observe.dto.referential.ReferenceStatus
-
Packages that use ReferenceStatus Package Description fr.ird.observe.dto.referential -
-
Uses of ReferenceStatus in fr.ird.observe.dto.referential
Fields in fr.ird.observe.dto.referential declared as ReferenceStatus Modifier and Type Field Description protected ReferenceStatusReferentialDto. statusMethods in fr.ird.observe.dto.referential that return ReferenceStatus Modifier and Type Method Description ReferenceStatusReferentialDto. getStatus()static ReferenceStatusReferenceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceStatus[]ReferenceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.ird.observe.dto.referential that return types with arguments of type ReferenceStatus Modifier and Type Method Description io.ultreia.java4all.bean.JavaBeanPredicate.ObjectQuery<I18nReferentialDto,ReferenceStatus,I18nReferentialDtoJavaBeanDefinition.I18nReferentialDtoPredicate,?>I18nReferentialDtoJavaBeanDefinition.I18nReferentialDtoPredicate. whereStatus()io.ultreia.java4all.bean.JavaBeanStream.StreamObjectQuery<I18nReferentialDto,ReferenceStatus,I18nReferentialDtoJavaBeanDefinition.I18nReferentialDtoStream,?>I18nReferentialDtoJavaBeanDefinition.I18nReferentialDtoStream. whereStatus()io.ultreia.java4all.bean.JavaBeanPredicate.ObjectQuery<ReferentialDto,ReferenceStatus,ReferentialDtoJavaBeanDefinition.ReferentialDtoPredicate,?>ReferentialDtoJavaBeanDefinition.ReferentialDtoPredicate. whereStatus()io.ultreia.java4all.bean.JavaBeanStream.StreamObjectQuery<ReferentialDto,ReferenceStatus,ReferentialDtoJavaBeanDefinition.ReferentialDtoStream,?>ReferentialDtoJavaBeanDefinition.ReferentialDtoStream. whereStatus()Methods in fr.ird.observe.dto.referential with parameters of type ReferenceStatus Modifier and Type Method Description voidReferentialDto. setStatus(ReferenceStatus status)I18nReferentialDtoJavaBeanDefinition.I18nReferentialDtoInstanceBuilderI18nReferentialDtoJavaBeanDefinition.I18nReferentialDtoInstanceBuilder. status(ReferenceStatus value)ReferentialDtoJavaBeanDefinition.ReferentialDtoInstanceBuilderReferentialDtoJavaBeanDefinition.ReferentialDtoInstanceBuilder. status(ReferenceStatus value)
-