Class JHearingType
A data type for a proceeding before an administrative agency or authority to decide how to deal with failure to comply with rules, to determine an issue of fact, or to reach an administrative decision based on evidence.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JHearingType : NcActivityType, IEquatable<NcActivityType>, IEquatable<JHearingType>
Properties
AssociatedSubject
A person associated with a hearing. NIEM reference is j:HearingAssociatedSubject
Declaration
[DataMember(Name = "associatedSubject")]
public List<JSubjectType> AssociatedSubject { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JSubjectType> | A person associated with a hearing. NIEM reference is j:HearingAssociatedSubject |
AssociatedWitness
A person who serves as a witness associated to a hearing. NIEM reference is j:HearingAssociatedWitness
Declaration
[DataMember(Name = "associatedWitness")]
public List<JWitnessType> AssociatedWitness { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JWitnessType> | A person who serves as a witness associated to a hearing. NIEM reference is j:HearingAssociatedWitness |
Attendee
A person attending a hearing. NIEM reference is j:HearingAttendee
Declaration
[DataMember(Name = "attendee")]
public List<NcPersonType> Attendee { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonType> | A person attending a hearing. NIEM reference is j:HearingAttendee |
BoardActionHearingComment
A comment provided about the hearing. NIEM reference is j:HearingBoardActionHearingComment
Declaration
[DataMember(Name = "boardActionHearingComment")]
public List<NcCommentType> BoardActionHearingComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCommentType> | A comment provided about the hearing. NIEM reference is j:HearingBoardActionHearingComment |
Cancellation
A cancellation of a scheduled hearing. NIEM reference is j:HearingCancellation
Declaration
[DataMember(Name = "cancellation")]
public List<NcActivityType> Cancellation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcActivityType> | A cancellation of a scheduled hearing. NIEM reference is j:HearingCancellation |
Category
A kind of hearing conducted. NIEM reference is j:HearingCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of hearing conducted. NIEM reference is j:HearingCategoryText |
Comment
A comment on the discussion that took place and an evaluation of the responses by the parolee. NIEM reference is j:HearingComment
Declaration
[DataMember(Name = "comment")]
public List<NcCommentType> Comment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCommentType> | A comment on the discussion that took place and an evaluation of the responses by the parolee. NIEM reference is j:HearingComment |
Context
jHearingType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JHearingType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JHearingType.ContextEnum> | jHearingType JSON-LD context |
ContinuanceDate
A date to which a hearing matter has been continued. NIEM reference is j:HearingContinuanceDate
Declaration
[DataMember(Name = "continuanceDate")]
public List<NcDateType> ContinuanceDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date to which a hearing matter has been continued. NIEM reference is j:HearingContinuanceDate |
ContinuationReason
A reason for the continuance of the existing orders. NIEM reference is j:HearingContinuationReasonText
Declaration
[DataMember(Name = "continuationReason")]
public List<NcTextType> ContinuationReason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A reason for the continuance of the existing orders. NIEM reference is j:HearingContinuationReasonText |
DateAttorneyAssignedDate
A date the attorney was assigned to this hearing. NIEM reference is j:HearingDateAttorneyAssignedDate
Declaration
[DataMember(Name = "dateAttorneyAssignedDate")]
public List<NcDateType> DateAttorneyAssignedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the attorney was assigned to this hearing. NIEM reference is j:HearingDateAttorneyAssignedDate |
DateNoticeDate
A due date for the hearing notice. NIEM reference is j:HearingDateNoticeDate
Declaration
[DataMember(Name = "dateNoticeDate")]
public List<NcDateType> DateNoticeDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A due date for the hearing notice. NIEM reference is j:HearingDateNoticeDate |
Decision
An outcome decision or disposition of a hearing. NIEM reference is j:HearingDecision
Declaration
[DataMember(Name = "decision")]
public List<NcActivityType> Decision { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcActivityType> | An outcome decision or disposition of a hearing. NIEM reference is j:HearingDecision |
DeferredDecision
A hearing decision which has been postponed to a later time. NIEM reference is j:HearingDeferredDecision
Declaration
[DataMember(Name = "deferredDecision")]
public List<NcActivityType> DeferredDecision { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcActivityType> | A hearing decision which has been postponed to a later time. NIEM reference is j:HearingDeferredDecision |
DiscussionTopic
A kind of topic discussed during a hearing. NIEM reference is j:HearingDiscussionTopicText
Declaration
[DataMember(Name = "discussionTopic")]
public List<NcTextType> DiscussionTopic { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of topic discussed during a hearing. NIEM reference is j:HearingDiscussionTopicText |
Evidence
A collection of evidence introduced or considered during a hearing. NIEM reference is j:HearingEvidence
Declaration
[DataMember(Name = "evidence")]
public List<JEvidenceType> Evidence { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JEvidenceType> | A collection of evidence introduced or considered during a hearing. NIEM reference is j:HearingEvidence |
FindingViolated
A rule or infraction a subject was identified as violating and for which a guilty or not guilty verdict was reached. NIEM reference is j:HearingFindingViolatedText
Declaration
[DataMember(Name = "findingViolated")]
public List<NcTextType> FindingViolated { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A rule or infraction a subject was identified as violating and for which a guilty or not guilty verdict was reached. NIEM reference is j:HearingFindingViolatedText |
Investigator
A data type for a name of a staff member assigned as an investigator to a hearing. NIEM reference is j:HearingInvestigator
Declaration
[DataMember(Name = "investigator")]
public List<JHearingInvestigatorType> Investigator { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JHearingInvestigatorType> | A data type for a name of a staff member assigned as an investigator to a hearing. NIEM reference is j:HearingInvestigator |
IsAttorneyRetained
True if the offender retained an attorney for the hearing; false otherwise. NIEM reference is j:HearingAttorneyRetainedIndicator
Declaration
[DataMember(Name = "isAttorneyRetained")]
public List<NiemXsboolean> IsAttorneyRetained { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the offender retained an attorney for the hearing; false otherwise. NIEM reference is j:HearingAttorneyRetainedIndicator |
IsContinuanceGoodCause
True if GOOD CAUSE appearing, the hearing in the aforementioned matter is continued until a specific date and time; false otherwise. NIEM reference is j:HearingContinuanceGoodCauseIndicator
Declaration
[DataMember(Name = "isContinuanceGoodCause")]
public List<NiemXsboolean> IsContinuanceGoodCause { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if GOOD CAUSE appearing, the hearing in the aforementioned matter is continued until a specific date and time; false otherwise. NIEM reference is j:HearingContinuanceGoodCauseIndicator |
IsEvidenceIncludedTestimony
True if evidence included oral testimony; false otherwise. NIEM reference is j:HearingEvidenceIncludedTestimonyIndicator
Declaration
[DataMember(Name = "isEvidenceIncludedTestimony")]
public List<NiemXsboolean> IsEvidenceIncludedTestimony { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if evidence included oral testimony; false otherwise. NIEM reference is j:HearingEvidenceIncludedTestimonyIndicator |
IsEvidencePresented
True if evidence was presented as specified; false otherwise. NIEM reference is j:HearingEvidencePresentedIndicator
Declaration
[DataMember(Name = "isEvidencePresented")]
public List<NiemXsboolean> IsEvidencePresented { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if evidence was presented as specified; false otherwise. NIEM reference is j:HearingEvidencePresentedIndicator |
IsFindingGuilty
True if the subject was found guilty of a rule violation; false otherwise. NIEM reference is j:HearingFindingGuiltyIndicator
Declaration
[DataMember(Name = "isFindingGuilty")]
public List<NiemXsboolean> IsFindingGuilty { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the subject was found guilty of a rule violation; false otherwise. NIEM reference is j:HearingFindingGuiltyIndicator |
IsInitial
True if the hearing is an initial hearing; false otherwise. NIEM reference is j:HearingInitialIndicator
Declaration
[DataMember(Name = "isInitial")]
public List<NiemXsboolean> IsInitial { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the hearing is an initial hearing; false otherwise. NIEM reference is j:HearingInitialIndicator |
IsInjunctionWaived
True if the Keyhea injunction was waived; false otherwise. NIEM reference is j:HearingInjunctionWaivedIndicator
Declaration
[DataMember(Name = "isInjunctionWaived")]
public List<NiemXsboolean> IsInjunctionWaived { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the Keyhea injunction was waived; false otherwise. NIEM reference is j:HearingInjunctionWaivedIndicator |
IsRecordsElectronicSignatureRequired
True if the hearing records must be electronically signed; false otherwise. NIEM reference is j:HearingRecordsElectronicSignatureRequiredIndicator
Declaration
[DataMember(Name = "isRecordsElectronicSignatureRequired")]
public List<NiemXsboolean> IsRecordsElectronicSignatureRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the hearing records must be electronically signed; false otherwise. NIEM reference is j:HearingRecordsElectronicSignatureRequiredIndicator |
IsRescheduled
True if a hearing was rescheduled; false otherwise. NIEM reference is j:HearingRescheduledIndicator
Declaration
[DataMember(Name = "isRescheduled")]
public List<NiemXsboolean> IsRescheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a hearing was rescheduled; false otherwise. NIEM reference is j:HearingRescheduledIndicator |
IsSubjectPresent
True if the subject appeared at the hearing; false otherwise. NIEM reference is j:HearingSubjectPresentIndicator
Declaration
[DataMember(Name = "isSubjectPresent")]
public List<NiemXsboolean> IsSubjectPresent { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the subject appeared at the hearing; false otherwise. NIEM reference is j:HearingSubjectPresentIndicator |
IsSubjectWaivedRightsToAppear
True if the subject waived rights to appear at the hearing; false otherwise. NIEM reference is j:HearingSubjectWaivedRightsToAppearIndicator
Declaration
[DataMember(Name = "isSubjectWaivedRightsToAppear")]
public List<NiemXsboolean> IsSubjectWaivedRightsToAppear { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the subject waived rights to appear at the hearing; false otherwise. NIEM reference is j:HearingSubjectWaivedRightsToAppearIndicator |
IsSubsequentCategory
True if the hearing is a kind of subsequent hearing; false otherwise. NIEM reference is j:HearingSubsequentCategoryIndicator
Declaration
[DataMember(Name = "isSubsequentCategory")]
public List<NiemXsboolean> IsSubsequentCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the hearing is a kind of subsequent hearing; false otherwise. NIEM reference is j:HearingSubsequentCategoryIndicator |
IsTimeConstraintsMet
True if all time constraints have been met and all reports and evidence were submitted 24 hours prior to the hearing; false otherwise. NIEM reference is j:HearingTimeConstraintsMetIndicator
Declaration
[DataMember(Name = "isTimeConstraintsMet")]
public List<NiemXsboolean> IsTimeConstraintsMet { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if all time constraints have been met and all reports and evidence were submitted 24 hours prior to the hearing; false otherwise. NIEM reference is j:HearingTimeConstraintsMetIndicator |
MedicalReportDetails
A set of specific information from the medical report used as evidence. NIEM reference is j:HearingMedicalReportDetailsText
Declaration
[DataMember(Name = "medicalReportDetails")]
public List<NcTextType> MedicalReportDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A set of specific information from the medical report used as evidence. NIEM reference is j:HearingMedicalReportDetailsText |
NoLaterThanDate
A no later date associated with this hearing. NIEM reference is j:HearingNoLaterThanDate
Declaration
[DataMember(Name = "noLaterThanDate")]
public List<NcDateType> NoLaterThanDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A no later date associated with this hearing. NIEM reference is j:HearingNoLaterThanDate |
NoticeDateReceivedDate
A date the notice was received. NIEM reference is j:HearingNoticeDateReceivedDate
Declaration
[DataMember(Name = "noticeDateReceivedDate")]
public List<NcDateType> NoticeDateReceivedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the notice was received. NIEM reference is j:HearingNoticeDateReceivedDate |
Official
A person responsible for rendering a hearing decision. NIEM reference is j:HearingOfficial
Declaration
[DataMember(Name = "official")]
public List<NcPersonType> Official { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonType> | A person responsible for rendering a hearing decision. NIEM reference is j:HearingOfficial |
OtherFactors
A set of factors considered as part of the hearing. NIEM reference is j:HearingOtherFactorsText
Declaration
[DataMember(Name = "otherFactors")]
public List<NcTextType> OtherFactors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A set of factors considered as part of the hearing. NIEM reference is j:HearingOtherFactorsText |
Panel
A group of officials assembled for determining a hearing decision. NIEM reference is j:HearingPanel
Declaration
[DataMember(Name = "panel")]
public List<JPanelType> Panel { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JPanelType> | A group of officials assembled for determining a hearing decision. NIEM reference is j:HearingPanel |
PaperworkSentDate
A date on which hearing paperwork was sent. NIEM reference is j:HearingPaperworkSentDate
Declaration
[DataMember(Name = "paperworkSentDate")]
public List<NcDateType> PaperworkSentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which hearing paperwork was sent. NIEM reference is j:HearingPaperworkSentDate |
Plan
A set of objectives for a hearing process. NIEM reference is j:HearingPlan
Declaration
[DataMember(Name = "plan")]
public List<JPlanType> Plan { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JPlanType> | A set of objectives for a hearing process. NIEM reference is j:HearingPlan |
Postponement
A statement of why a hearing was postponed. NIEM reference is j:HearingPostponementText
Declaration
[DataMember(Name = "postponement")]
public List<NcTextType> Postponement { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A statement of why a hearing was postponed. NIEM reference is j:HearingPostponementText |
PreparationActivity
An event or activity associated with the process of a hearing. NIEM reference is j:HearingPreparationActivity
Declaration
[DataMember(Name = "preparationActivity")]
public List<NcActivityType> PreparationActivity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcActivityType> | An event or activity associated with the process of a hearing. NIEM reference is j:HearingPreparationActivity |
PsychologistReportDueDate
A due date for the psychologists report. NIEM reference is j:HearingPsychologistReportDueDate
Declaration
[DataMember(Name = "psychologistReportDueDate")]
public List<NcDateType> PsychologistReportDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A due date for the psychologists report. NIEM reference is j:HearingPsychologistReportDueDate |
PsychologistReportFinalizedDate
A date the psychologists report was finalized. NIEM reference is j:HearingPsychologistReportFinalizedDate
Declaration
[DataMember(Name = "psychologistReportFinalizedDate")]
public List<NcDateType> PsychologistReportFinalizedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the psychologists report was finalized. NIEM reference is j:HearingPsychologistReportFinalizedDate |
ReconvenedDate
A date the hearing was reconvened. NIEM reference is j:HearingReconvenedDate
Declaration
[DataMember(Name = "reconvenedDate")]
public List<NcDateType> ReconvenedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the hearing was reconvened. NIEM reference is j:HearingReconvenedDate |
Referral
A referral as the result or in the process of a hearing. NIEM reference is j:HearingReferral
Declaration
[DataMember(Name = "referral")]
public List<NcReferralType> Referral { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcReferralType> | A referral as the result or in the process of a hearing. NIEM reference is j:HearingReferral |
Rescheduling
A process of rescheduling a hearing, hearing events or of hearing process. NIEM reference is j:HearingRescheduling
Declaration
[DataMember(Name = "rescheduling")]
public List<JHearingReschedulingType> Rescheduling { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JHearingReschedulingType> | A process of rescheduling a hearing, hearing events or of hearing process. NIEM reference is j:HearingRescheduling |
ReviewDueDate
A date when a hearing review is due. NIEM reference is j:HearingReviewDueDate
Declaration
[DataMember(Name = "reviewDueDate")]
public List<NcDateType> ReviewDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date when a hearing review is due. NIEM reference is j:HearingReviewDueDate |
RuleViolationCategory
A kind of rules violation associated with a hearing. NIEM reference is j:HearingRuleViolationCategoryText
Declaration
[DataMember(Name = "ruleViolationCategory")]
public List<NcTextType> RuleViolationCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of rules violation associated with a hearing. NIEM reference is j:HearingRuleViolationCategoryText |
SignatureDate
A signing date for a hearing. NIEM reference is j:HearingSignatureDate
Declaration
[DataMember(Name = "signatureDate")]
public List<NcDateType> SignatureDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A signing date for a hearing. NIEM reference is j:HearingSignatureDate |
StaffMember
A staff member associated with a hearing process. NIEM reference is j:HearingStaffMember
Declaration
[DataMember(Name = "staffMember")]
public List<JStaffMemberType> StaffMember { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JStaffMemberType> | A staff member associated with a hearing process. NIEM reference is j:HearingStaffMember |
StaffMemberAssignment
A staff member assigned to a hearing process. NIEM reference is j:HearingStaffMemberAssignment
Declaration
[DataMember(Name = "staffMemberAssignment")]
public List<JAssignmentType> StaffMemberAssignment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JAssignmentType> | A staff member assigned to a hearing process. NIEM reference is j:HearingStaffMemberAssignment |
SubjectMatter
A set of details and subject matter central to a hearing process. NIEM reference is j:HearingSubjectMatter
Declaration
[DataMember(Name = "subjectMatter")]
public List<JHearingSubjectMatterType> SubjectMatter { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JHearingSubjectMatterType> | A set of details and subject matter central to a hearing process. NIEM reference is j:HearingSubjectMatter |
Visitation
A status of a subject's visitation privileges during disciplinary proceedings. NIEM reference is j:HearingVisitation
Declaration
[DataMember(Name = "visitation")]
public List<JVisitationType> Visitation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JVisitationType> | A status of a subject's visitation privileges during disciplinary proceedings. NIEM reference is j:HearingVisitation |
Witness
A person who offers witness testimony as part of hearing. NIEM reference is j:HearingWitness
Declaration
[DataMember(Name = "witness")]
public List<JHearingWitnessType> Witness { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JHearingWitnessType> | A person who offers witness testimony as part of hearing. NIEM reference is j:HearingWitness |
Methods
Equals(JHearingType)
Returns true if JHearingType instances are equal
Declaration
public bool Equals(JHearingType other)
Parameters
Type | Name | Description |
---|---|---|
JHearingType | other | Instance of JHearingType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(JHearingType, JHearingType)
Declaration
public static bool operator ==(JHearingType left, JHearingType right)
Parameters
Type | Name | Description |
---|---|---|
JHearingType | left | |
JHearingType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JHearingType, JHearingType)
Declaration
public static bool operator !=(JHearingType left, JHearingType right)
Parameters
Type | Name | Description |
---|---|---|
JHearingType | left | |
JHearingType | right |
Returns
Type | Description |
---|---|
System.Boolean |