public interface SchemaOrgType extends ValueType
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SchemaOrgType.Builder
Builder interface of schema.org type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFullTypeName()
Returns the full name of this schema.org type.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getProperty(java.lang.String name)
Returns the list of values of a specified property.
|
boolean |
includesProperty(java.lang.String property)
Whether the property can be set in this type.
|
contentEqualsjava.lang.String getFullTypeName()
boolean includesProperty(java.lang.String property)
property - The name of property which can be short property name or full property name.com.google.common.collect.ImmutableList<SchemaOrgType> getProperty(java.lang.String name)
name - The property name.