public enum MedicalSpecialtyEnum extends java.lang.Enum<MedicalSpecialtyEnum> implements MedicalSpecialty
MedicalIntangible.Builder| 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 MedicalSpecialtyEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MedicalSpecialtyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicalSpecialtyEnum ANESTHESIA
public static final MedicalSpecialtyEnum CARDIOVASCULAR
public static final MedicalSpecialtyEnum COMMUNITY_HEALTH
public static final MedicalSpecialtyEnum DENTISTRY
public static final MedicalSpecialtyEnum DERMATOLOGIC
public static final MedicalSpecialtyEnum DIET_NUTRITION
public static final MedicalSpecialtyEnum EMERGENCY
public static final MedicalSpecialtyEnum ENDOCRINE
public static final MedicalSpecialtyEnum GASTROENTEROLOGIC
public static final MedicalSpecialtyEnum GENETIC
public static final MedicalSpecialtyEnum GERIATRIC
public static final MedicalSpecialtyEnum GYNECOLOGIC
public static final MedicalSpecialtyEnum HEMATOLOGIC
public static final MedicalSpecialtyEnum INFECTIOUS
public static final MedicalSpecialtyEnum LABORATORY_SCIENCE
public static final MedicalSpecialtyEnum MIDWIFERY
public static final MedicalSpecialtyEnum MUSCULOSKELETAL
public static final MedicalSpecialtyEnum NEUROLOGIC
public static final MedicalSpecialtyEnum NURSING
public static final MedicalSpecialtyEnum OBSTETRIC
public static final MedicalSpecialtyEnum OCCUPATIONAL_THERAPY
public static final MedicalSpecialtyEnum ONCOLOGIC
public static final MedicalSpecialtyEnum OPTOMETIC
public static final MedicalSpecialtyEnum OTOLARYNGOLOGIC
public static final MedicalSpecialtyEnum PATHOLOGY
public static final MedicalSpecialtyEnum PEDIATRIC
public static final MedicalSpecialtyEnum PHARMACY_SPECIALTY
public static final MedicalSpecialtyEnum PHYSIOTHERAPY
public static final MedicalSpecialtyEnum PLASTIC_SURGERY
public static final MedicalSpecialtyEnum PODIATRIC
public static final MedicalSpecialtyEnum PRIMARY_CARE
public static final MedicalSpecialtyEnum PSYCHIATRIC
public static final MedicalSpecialtyEnum PUBLIC_HEALTH
public static final MedicalSpecialtyEnum PULMONARY
public static final MedicalSpecialtyEnum RADIOGRAPY
public static final MedicalSpecialtyEnum RENAL
public static final MedicalSpecialtyEnum RESPIRATORY_THERAPY
public static final MedicalSpecialtyEnum RHEUMATOLOGIC
public static final MedicalSpecialtyEnum SPEECH_PATHOLOGY
public static final MedicalSpecialtyEnum SURGICAL
public static final MedicalSpecialtyEnum TOXICOLOGIC
public static final MedicalSpecialtyEnum UROLOGIC
public static MedicalSpecialtyEnum[] values()
for (MedicalSpecialtyEnum c : MedicalSpecialtyEnum.values()) System.out.println(c);
public static MedicalSpecialtyEnum 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.