public enum PhysicalExamEnum extends java.lang.Enum<PhysicalExamEnum> implements PhysicalExam
Intangible.BuilderMedicalIntangible.Builder| Enum Constant and Description |
|---|
ABDOMEN |
APPEARANCE |
CARDIOVASCULAR_EXAM |
EAR |
EYE |
GENITOURINARY |
HEAD |
LUNG |
MUSCULOSKELETAL_EXAM |
NECK |
NEURO |
NOSE |
SKIN |
THROAT |
VITAL_SIGN |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsJsonLdId()
Whether current JSON-LD node contains @id value.
|
boolean |
contentEquals(ValueType o)
Compares this ValueType to the specified ValueType.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getAdditionalTypeList()
Returns the value list of property additionalType.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getAlternateNameList()
Returns the value list of property alternateName.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getCodeList()
Returns the value list of property code.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getDescriptionList()
Returns the value list of property description.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getDetailedDescriptionList()
Returns the value list of property detailedDescription.
|
java.lang.String |
getFullEnumValue()
Returns the full enum value name.
|
java.lang.String |
getFullTypeName()
Returns the full name of this schema.org type.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getGuidelineList()
Returns the value list of property guideline.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getImageList()
Returns the value list of property image.
|
com.google.common.collect.ImmutableList<ValueType> |
getJsonLdContextList()
Returns the list of JSON-LD context.
|
java.lang.String |
getJsonLdId()
Returns the value of @id.
|
com.google.common.collect.ImmutableMultimap<java.lang.String,Thing> |
getJsonLdReverseMap()
Returns the value of @reverse.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getMainEntityOfPageList()
Returns the value list of property mainEntityOfPage.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getMedicineSystemList()
Returns the value list of property medicineSystem.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getNameList()
Returns the value list of property name.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPopularityScoreList()
Returns the value list of property popularityScore.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPotentialActionList()
Returns the value list of property potentialAction.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getProperty(java.lang.String name)
Returns the list of values of a specified property.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getRecognizingAuthorityList()
Returns the value list of property recognizingAuthority.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getRelevantSpecialtyList()
Returns the value list of property relevantSpecialty.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getSameAsList()
Returns the value list of property sameAs.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getStudyList()
Returns the value list of property study.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getSupersededByList()
Returns the value list of property supersededBy.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getUrlList()
Returns the value list of property url.
|
boolean |
includesProperty(java.lang.String property)
Whether the property can be set in this type.
|
static PhysicalExamEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalExamEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhysicalExamEnum ABDOMEN
public static final PhysicalExamEnum APPEARANCE
public static final PhysicalExamEnum CARDIOVASCULAR_EXAM
public static final PhysicalExamEnum EAR
public static final PhysicalExamEnum EYE
public static final PhysicalExamEnum GENITOURINARY
public static final PhysicalExamEnum HEAD
public static final PhysicalExamEnum LUNG
public static final PhysicalExamEnum MUSCULOSKELETAL_EXAM
public static final PhysicalExamEnum NECK
public static final PhysicalExamEnum NEURO
public static final PhysicalExamEnum NOSE
public static final PhysicalExamEnum SKIN
public static final PhysicalExamEnum THROAT
public static final PhysicalExamEnum VITAL_SIGN
public static PhysicalExamEnum[] values()
for (PhysicalExamEnum c : PhysicalExamEnum.values()) System.out.println(c);
public static PhysicalExamEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getFullEnumValue()
EnumerationgetFullEnumValue in interface Enumerationpublic boolean containsJsonLdId()
JsonLdNodecontainsJsonLdId in interface JsonLdNodepublic com.google.common.collect.ImmutableList<ValueType> getJsonLdContextList()
JsonLdNodegetJsonLdContextList in interface JsonLdNode@Nullable
public java.lang.String getJsonLdId()
throws SchemaOrgException
JsonLdNodegetJsonLdId in interface JsonLdNodeSchemaOrgExceptionpublic com.google.common.collect.ImmutableMultimap<java.lang.String,Thing> getJsonLdReverseMap()
JsonLdNodegetJsonLdReverseMap in interface JsonLdNodepublic java.lang.String getFullTypeName()
SchemaOrgTypegetFullTypeName in interface SchemaOrgTypepublic boolean includesProperty(java.lang.String property)
SchemaOrgTypeincludesProperty in interface SchemaOrgTypeproperty - The name of property which can be short property name or full property name.public boolean contentEquals(ValueType o)
ValueTypecontentEquals in interface ValueTypepublic com.google.common.collect.ImmutableList<SchemaOrgType> getAdditionalTypeList()
ThinggetAdditionalTypeList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getAlternateNameList()
ThinggetAlternateNameList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getCodeList()
MedicalEntitygetCodeList in interface MedicalEntitypublic com.google.common.collect.ImmutableList<SchemaOrgType> getDescriptionList()
ThinggetDescriptionList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getGuidelineList()
MedicalEntitygetGuidelineList in interface MedicalEntitypublic com.google.common.collect.ImmutableList<SchemaOrgType> getImageList()
ThinggetImageList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getMainEntityOfPageList()
ThinggetMainEntityOfPageList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getMedicineSystemList()
MedicalEntitygetMedicineSystemList in interface MedicalEntitypublic com.google.common.collect.ImmutableList<SchemaOrgType> getNameList()
ThinggetNameList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getPotentialActionList()
ThinggetPotentialActionList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getRecognizingAuthorityList()
MedicalEntitygetRecognizingAuthorityList in interface MedicalEntitypublic com.google.common.collect.ImmutableList<SchemaOrgType> getRelevantSpecialtyList()
MedicalEntitygetRelevantSpecialtyList in interface MedicalEntitypublic com.google.common.collect.ImmutableList<SchemaOrgType> getSameAsList()
ThinggetSameAsList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getStudyList()
MedicalEntitygetStudyList in interface MedicalEntitypublic com.google.common.collect.ImmutableList<SchemaOrgType> getSupersededByList()
EnumerationgetSupersededByList in interface Enumerationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getUrlList()
ThinggetUrlList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getDetailedDescriptionList()
ThinggetDetailedDescriptionList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getPopularityScoreList()
ThinggetPopularityScoreList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getProperty(java.lang.String name)
SchemaOrgTypegetProperty in interface SchemaOrgTypename - The property name.