Interface TypeStatement.InstanceIdentifierSpecification

All Superinterfaces:
DeclaredStatement<QName>, ModelStatement<QName>, TypeStatement
Enclosing interface:
TypeStatement

public static interface TypeStatement.InstanceIdentifierSpecification extends TypeStatement
  • Method Details

    • getRequireInstance

      default @Nullable RequireInstanceStatement getRequireInstance()
      Return require-instance statement child, if present. For RFC6020 semantics, this method always returns null.
      Returns:
      require-instance statement, if present.