Class representing fields and other information for a spec type.
More...
Class representing fields and other information for a spec type.
Definition at line 177 of file schema.h.
Returns all fields for this spec.
| SDF_API TfToken GetMetadataFieldDisplayGroup |
( |
const TfToken & |
name | ) |
const |
Returns the display group for this metadata field.
Returns the empty token if this field is not a metadata field or if this metadata field has no display group.
Returns all value fields marked as metadata for this spec.
Returns all value fields marked as required for this spec.
Definition at line 183 of file schema.h.
| SDF_API bool IsMetadataField |
( |
const TfToken & |
name | ) |
const |
Returns whether the given field is metadata for this spec.
| SDF_API bool IsRequiredField |
( |
const TfToken & |
name | ) |
const |
Returns whether the given field is required for this spec.
| SDF_API bool IsValidField |
( |
const TfToken & |
name | ) |
const |
Returns whether the given field is valid for this spec.
The documentation for this class was generated from the following file: