public interface PropertyValueSpecification extends Intangible
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PropertyValueSpecification.Builder
Builder interface of http://schema.org/PropertyValueSpecification.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getDefaultValueList()
Returns the value list of property defaultValue.
|
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.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getReadonlyValueList()
Returns the value list of property readonlyValue.
|
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.
|
getAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, getJsonLdContextList, getJsonLdId, getJsonLdReverseMapgetFullTypeName, getProperty, includesPropertycontentEqualscom.google.common.collect.ImmutableList<SchemaOrgType> getDefaultValueList()
com.google.common.collect.ImmutableList<SchemaOrgType> getMaxValueList()
com.google.common.collect.ImmutableList<SchemaOrgType> getMinValueList()
com.google.common.collect.ImmutableList<SchemaOrgType> getMultipleValuesList()
com.google.common.collect.ImmutableList<SchemaOrgType> getReadonlyValueList()
com.google.common.collect.ImmutableList<SchemaOrgType> getStepValueList()
com.google.common.collect.ImmutableList<SchemaOrgType> getValueMaxLengthList()
com.google.common.collect.ImmutableList<SchemaOrgType> getValueMinLengthList()
com.google.common.collect.ImmutableList<SchemaOrgType> getValueNameList()
com.google.common.collect.ImmutableList<SchemaOrgType> getValuePatternList()
com.google.common.collect.ImmutableList<SchemaOrgType> getValueRequiredList()