public class PropertyValueSpecificationImpl extends IntangibleImpl implements PropertyValueSpecification
PropertyValueSpecification.PropertyValueSpecification.Builder| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> |
properties |
| Constructor and Description |
|---|
PropertyValueSpecificationImpl(com.google.common.collect.Multimap<java.lang.String,ValueType> properties,
com.google.common.collect.Multimap<java.lang.String,Thing> reverseMap) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsProperty(java.lang.String name) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getDefaultValueList()
Returns the value list of property defaultValue.
|
java.lang.String |
getFullTypeName()
Returns the full name of this schema.org type.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getMaxValueList()
Returns the value list of property maxValue.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getMinValueList()
Returns the value list of property minValue.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getMultipleValuesList()
Returns the value list of property multipleValues.
|
protected com.google.common.collect.ImmutableList<ValueType> |
getPropertyList(java.lang.String property) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getReadonlyValueList()
Returns the value list of property readonlyValue.
|
protected ValueType |
getSingleValueProperty(java.lang.String name) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getStepValueList()
Returns the value list of property stepValue.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getValueMaxLengthList()
Returns the value list of property valueMaxLength.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getValueMinLengthList()
Returns the value list of property valueMinLength.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getValueNameList()
Returns the value list of property valueName.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getValuePatternList()
Returns the value list of property valuePattern.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getValueRequiredList()
Returns the value list of property valueRequired.
|
boolean |
includesProperty(java.lang.String property)
Whether the property can be set in this type.
|
getAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, contentEquals, getJsonLdContextList, getJsonLdId, getJsonLdReverseMap, getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, getJsonLdContextList, getJsonLdId, getJsonLdReverseMapgetPropertycontentEqualsprotected final com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> properties
public java.lang.String getFullTypeName()
SchemaOrgTypegetFullTypeName in interface SchemaOrgTypegetFullTypeName in class IntangibleImplpublic boolean includesProperty(java.lang.String property)
SchemaOrgTypeincludesProperty in interface SchemaOrgTypeincludesProperty in class IntangibleImplproperty - The name of property which can be short property name or full property name.public com.google.common.collect.ImmutableList<SchemaOrgType> getDefaultValueList()
PropertyValueSpecificationgetDefaultValueList in interface PropertyValueSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getMaxValueList()
PropertyValueSpecificationgetMaxValueList in interface PropertyValueSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getMinValueList()
PropertyValueSpecificationgetMinValueList in interface PropertyValueSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getMultipleValuesList()
PropertyValueSpecificationgetMultipleValuesList in interface PropertyValueSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getReadonlyValueList()
PropertyValueSpecificationgetReadonlyValueList in interface PropertyValueSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getStepValueList()
PropertyValueSpecificationgetStepValueList in interface PropertyValueSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getValueMaxLengthList()
PropertyValueSpecificationgetValueMaxLengthList in interface PropertyValueSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getValueMinLengthList()
PropertyValueSpecificationgetValueMinLengthList in interface PropertyValueSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getValueNameList()
PropertyValueSpecificationgetValueNameList in interface PropertyValueSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getValuePatternList()
PropertyValueSpecificationgetValuePatternList in interface PropertyValueSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getValueRequiredList()
PropertyValueSpecificationgetValueRequiredList in interface PropertyValueSpecificationprotected boolean containsProperty(java.lang.String name)
@Nullable protected ValueType getSingleValueProperty(java.lang.String name) throws SchemaOrgException
SchemaOrgExceptionprotected com.google.common.collect.ImmutableList<ValueType> getPropertyList(java.lang.String property)